mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 19:13:11 +01:00
9 lines
No EOL
165 B
C#
9 lines
No EOL
165 B
C#
namespace MediaBrowser.Model.News
|
|
{
|
|
public class NewsQuery
|
|
{
|
|
public int? StartIndex { get; set; }
|
|
|
|
public int? Limit { get; set; }
|
|
}
|
|
} |