|
@@ -272,8 +272,6 @@ namespace MediaBrowser.Providers.TV
|
|
var p = doc.SafeGetString("//filename");
|
|
var p = doc.SafeGetString("//filename");
|
|
if (p != null)
|
|
if (p != null)
|
|
{
|
|
{
|
|
- if (!Directory.Exists(episode.MetaLocation)) Directory.CreateDirectory(episode.MetaLocation);
|
|
|
|
-
|
|
|
|
try
|
|
try
|
|
{
|
|
{
|
|
var url = TVUtils.BannerUrl + p;
|
|
var url = TVUtils.BannerUrl + p;
|