#680 - Support new episode file sorting

This commit is contained in:
Luke Pulverenti
2014-01-19 01:36:21 -05:00
parent d2cae40128
commit a9f2a72d0b
12 changed files with 383 additions and 2 deletions

View File

@@ -135,6 +135,10 @@ namespace MediaBrowser.Server.Implementations.Udp
{
break;
}
catch (Exception ex)
{
_logger.ErrorException("Error in StartListening", ex);
}
}
}