mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
try fix YT cache wirite to root
This commit is contained in:
@@ -70,7 +70,7 @@ std::string cYTCache::getName(MI_MOVIE_INFO *mi, std::string ext)
|
||||
case MI_MOVIE_INFO::NK:
|
||||
return g_settings.downloadcache_dir + "/nk-" + mi->ytid + "." + ext;
|
||||
default:
|
||||
return "";
|
||||
return g_settings.downloadcache_dir + "/error-" + mi->ytid + "." + ext;;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user