Support obtaining multiple images from the extractor
This commit is contained in:
parent
e2de83188a
commit
af2375948d
30 changed files with 190 additions and 77 deletions
|
|
@ -75,7 +75,7 @@ public final class QueueItemMenuUtil {
|
|||
return true;
|
||||
case R.id.menu_item_share:
|
||||
shareText(context, item.getTitle(), item.getUrl(),
|
||||
item.getThumbnailUrl());
|
||||
item.getThumbnails());
|
||||
return true;
|
||||
case R.id.menu_item_download:
|
||||
fetchStreamInfoAndSaveToDatabase(context, item.getServiceId(), item.getUrl(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue