update dialog forms

This commit is contained in:
Luke Pulverenti 2016-03-23 15:06:36 -04:00
parent c5d74a6e93
commit 658c13b8e6

View File

@ -314,6 +314,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
{
}
catch (Exception ex)
{
_logger.ErrorException("Error deleting recording file {0}", ex, remove.Path);
}
}
_recordingProvider.Delete(remove);
}