mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
begin work on daily episodes
This commit is contained in:
parent
fef1d16cec
commit
42b1416602
33 changed files with 351 additions and 130 deletions
|
|
@ -223,6 +223,10 @@ namespace MediaBrowser.Common.Implementations.Configuration
|
|||
{
|
||||
return Activator.CreateInstance(configurationType);
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
{
|
||||
return Activator.CreateInstance(configurationType);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error loading configuration file: {0}", ex, path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue