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

pull/702/head
Luke Pulverenti 11 years ago
parent 889ce81d03
commit 3d02b8c6a6

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

Loading…
Cancel
Save