fixes #537 - Season metadata folder getting created even with save local off

This commit is contained in:
Luke Pulverenti 2013-09-14 13:49:23 -04:00
parent 889ce81d03
commit 3d02b8c6a6
1 changed files with 0 additions and 2 deletions

View File

@ -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;