Merge branch 'dev' into lang

This commit is contained in:
Christian Schabesberger 2018-10-07 13:25:35 +02:00 committed by GitHub
commit 38e4249182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -230,7 +230,8 @@ public abstract class BasePlayer implements
int sizeBeforeAppend = playQueue.size();
playQueue.append(queue.getStreams());
if (intent.getBooleanExtra(SELECT_ON_APPEND, false) &&
if ((intent.getBooleanExtra(SELECT_ON_APPEND, false) ||
getCurrentState() == STATE_COMPLETED) &&
queue.getStreams().size() > 0) {
playQueue.setIndex(sizeBeforeAppend);
}

View File

@ -34,7 +34,7 @@
<string name="tab_main">Main</string>
<string name="tab_subscriptions">Subscriptions</string>
<string name="tab_bookmarks">Bookmarks</string>
<string name="tab_bookmarks">Bookmarked Playlists</string>
<string name="tab_new">New Tab</string>
<string name="tab_choose">Choose Tab</string>