mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-23 13:59:43 +00:00
Update Jellyfin.Plugin.Anime/Providers/KitsuIO/Metadata/KitsuIoSeriesProvider.cs
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
e50cbb2580
commit
f3412a4323
@ -106,11 +106,11 @@ namespace Jellyfin.Plugin.Anime.Providers.KitsuIO.Metadata
|
||||
|
||||
private void StoreImageUrl(string series, string url, string type)
|
||||
{
|
||||
var path = Path.Combine(_paths.CachePath, "kitsuio", type, series + ".txt");
|
||||
var path = Path.Combine(_paths.CachePath, "kitsu", type, series + ".txt");
|
||||
var directory = Path.GetDirectoryName(path);
|
||||
Directory.CreateDirectory(directory);
|
||||
|
||||
File.WriteAllText(path, url);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user