mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-18 05:30:34 +01:00
add system id to remote calls
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
public const string LiveTvChannels = "LiveTvChannels";
|
||||
public const string LiveTvRecordingGroups = "LiveTvRecordingGroups";
|
||||
|
||||
public const string ViewTypeTvShowSeries = "ViewTypeTvShowSeries";
|
||||
public const string TvShowSeries = "TvShowSeries";
|
||||
public const string TvGenres = "TvGenres";
|
||||
public const string TvLatest = "TvLatest";
|
||||
public const string TvNextUp = "TvNextUp";
|
||||
@@ -56,5 +56,6 @@
|
||||
public const string MusicAlbums = "MusicAlbums";
|
||||
public const string MusicGenres = "MusicGenres";
|
||||
public const string MusicLatest = "MusicLatest";
|
||||
public const string MusicSongs = "MusicSongs";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user