mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
begin work on daily episodes
This commit is contained in:
@@ -26,6 +26,14 @@ namespace MediaBrowser.Server.Implementations.News
|
||||
{
|
||||
return GetProductNewsInternal(query);
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
{
|
||||
// No biggie
|
||||
return new QueryResult<NewsItem>
|
||||
{
|
||||
Items = new NewsItem[] { }
|
||||
};
|
||||
}
|
||||
catch (FileNotFoundException)
|
||||
{
|
||||
// No biggie
|
||||
|
||||
Reference in New Issue
Block a user