mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 16:46:36 +00:00
fixes #537 - Season metadata folder getting created even with save local off
This commit is contained in:
@@ -272,8 +272,6 @@ namespace MediaBrowser.Providers.TV
|
||||
var p = doc.SafeGetString("//filename");
|
||||
if (p != null)
|
||||
{
|
||||
if (!Directory.Exists(episode.MetaLocation)) Directory.CreateDirectory(episode.MetaLocation);
|
||||
|
||||
try
|
||||
{
|
||||
var url = TVUtils.BannerUrl + p;
|
||||
|
||||
Reference in New Issue
Block a user