Skip to content
Snippets Groups Projects
Commit a47acd15 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

TV: Show last added videos on main screen

parent a139d1b6
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ public class MainTvActivity extends BaseTvActivity implements OnItemViewSelected
protected Void doInBackground(Void... params) {
if (isCancelled())
return null;
videoList = mMediaLibrary.getVideos();
videoList = mMediaLibrary.getRecentVideos();
if (showHistory && !isCancelled())
history = VLCApplication.getMLInstance().lastMediaPlayed();
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment