mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Add GPL modules
This commit is contained in:
9
MediaBrowser.Model/News/NewsQuery.cs
Normal file
9
MediaBrowser.Model/News/NewsQuery.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.News
|
||||
{
|
||||
public class NewsQuery
|
||||
{
|
||||
public int? StartIndex { get; set; }
|
||||
|
||||
public int? Limit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user