mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 07:16:31 +01:00
sync updates
This commit is contained in:
@@ -265,7 +265,6 @@
|
||||
<Compile Include="MediaInfo\SubtitleFormat.cs" />
|
||||
<Compile Include="MediaInfo\TransportStreamTimestamp.cs" />
|
||||
<Compile Include="MediaInfo\VideoCodec.cs" />
|
||||
<Compile Include="News\NewsChannel.cs" />
|
||||
<Compile Include="News\NewsItem.cs" />
|
||||
<Compile Include="News\NewsQuery.cs" />
|
||||
<Compile Include="Notifications\NotificationRequest.cs" />
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.News
|
||||
{
|
||||
public class NewsChannel
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Link { get; set; }
|
||||
public string Description { get; set; }
|
||||
public List<NewsItem> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user