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

TV: Start thumbnailer after scan is complete

parent b120cfbc
No related branches found
No related tags found
No related merge requests found
......@@ -298,6 +298,7 @@ public class MainTvActivity extends BaseTvActivity implements IVideoBrowser, OnI
mVideoAdapter.addAll(0, MediaLibrary.getInstance().getVideoItems());
mVideoAdapter.notifyArrayItemRangeChanged(0, mVideoAdapter.size());
}
checkThumbs();
}
@Override
......
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