You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/Jellyfin.Api/Controllers
Teo Baranga 56ef45ebf0
Fix client supported image formats (#9071)
2 years ago
..
ActivityLogController.cs
ApiKeyController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
ArtistsController.cs Replace != null with is not null 2 years ago
AudioController.cs
BrandingController.cs
ChannelsController.cs
ClientLogController.cs
CollectionController.cs
ConfigurationController.cs Replace == null with is null 2 years ago
DashboardController.cs Replace == null with is null 2 years ago
DevicesController.cs Replace == null with is null 2 years ago
DisplayPreferencesController.cs Fix build errors 2 years ago
DlnaController.cs Replace == null with is null 2 years ago
DlnaServerController.cs Replace == null with is null 2 years ago
DynamicHlsController.cs Merge pull request #9001 from Shadowghost/stereo-downmix 2 years ago
EnvironmentController.cs Replace == null with is null 2 years ago
FilterController.cs Use Order() introduced in .NET 7 (#8923) 2 years ago
GenresController.cs
HlsSegmentController.cs Replace != null with is not null 2 years ago
ImageController.cs Fix client supported image formats (#9071) 2 years ago
InstantMixController.cs
ItemLookupController.cs Replace == null with is null 2 years ago
ItemRefreshController.cs Replace == null with is null 2 years ago
ItemUpdateController.cs Replace != null with is not null 2 years ago
ItemsController.cs Replace != null with is not null 2 years ago
LibraryController.cs Use DistinctBy introduced in .NET 6 2 years ago
LibraryStructureController.cs Replace != null with is not null 2 years ago
LiveTvController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
LocalizationController.cs
MediaInfoController.cs Replace != null with is not null 2 years ago
MoviesController.cs Use DistinctBy introduced in .NET 6 2 years ago
MusicGenresController.cs
NotificationsController.cs Remove unused notification endpoints (#8952) 2 years ago
PackageController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
PersonsController.cs Replace == null with is null 2 years ago
PlaylistsController.cs Replace == null with is null 2 years ago
PlaystateController.cs Replace == null with is null 2 years ago
PluginsController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
QuickConnectController.cs Change InitiateQuickConnect to use POST request 2 years ago
RemoteImageController.cs Replace == null with is null 2 years ago
ScheduledTasksController.cs Replace == null with is null 2 years ago
SearchController.cs Replace != null with is not null 2 years ago
SessionController.cs Fix wrong usage of ArgumentNullException.ThrowIfNull 2 years ago
StartupController.cs Replace != null with is not null 2 years ago
StudiosController.cs
SubtitleController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
SuggestionsController.cs
SyncPlayController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
SystemController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
TimeSyncController.cs
TrailersController.cs Add xmldocs for TMDb provider, correct provider spelling 2 years ago
TvShowsController.cs Replace == null with is null 2 years ago
UniversalAudioController.cs
UserController.cs Deprecate user id based authentication endpoint 2 years ago
UserLibraryController.cs Fix all warnings in Jellyfin.Api (#9003) 2 years ago
UserViewsController.cs Replace == null with is null 2 years ago
VideoAttachmentsController.cs Replace == null with is null 2 years ago
VideosController.cs Replace != null with is not null 2 years ago
YearsController.cs Replace != null with is not null 2 years ago