Add another edge case

This commit is contained in:
twinaphex 2017-11-27 07:25:01 +01:00
parent 70769e435c
commit fc9943476c

View File

@ -2297,6 +2297,7 @@ static int action_ok_load_core_deferred(const char *path,
CORE_TYPE_PLAIN,
NULL, NULL))
return -1;
content_add_to_playlist(path);
return 0;
}