mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
try fix YT cache wirite to root
Origin commit data
------------------
Branch: ni/coolstream
Commit: b3f69009af
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-03-05 (Sun, 05 Mar 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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