mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -2480,7 +2480,7 @@ bool CMovieBrowser::onDelete(bool cursor_only)
|
||||
MI_MOVIE_INFO *movieinfo;
|
||||
movieinfo = NULL;
|
||||
|
||||
if (cursor_only)
|
||||
if (cursor_only || (filelist.empty() || movielist.empty()))
|
||||
{
|
||||
filelist.clear();
|
||||
movielist.clear();
|
||||
|
Reference in New Issue
Block a user