jellyfin/Emby.Server.Implementations
2022-12-17 06:51:13 -05:00
..
AppBase Replace != null with is not null 2022-12-05 15:01:13 +01:00
Branding
Channels Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Collections Replace != null with is not null 2022-12-05 15:01:13 +01:00
Configuration
Cryptography Don't use deprecated HashAlgorithm.Create(string) 2022-12-07 16:44:00 +01:00
Data Improve DB perf for everyone not using debug logging (#8827) 2022-12-14 22:03:38 +01:00
Devices
Dto Replace != null with is not null 2022-12-05 15:01:13 +01:00
EntryPoints Replace != null with is not null 2022-12-05 15:01:13 +01:00
HttpServer Replace == null with is null 2022-12-05 15:00:20 +01:00
Images Replace != null with is not null 2022-12-05 15:01:13 +01:00
IO Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Library Allow video extras to use owner library options 2022-12-08 01:00:27 -05:00
LiveTv Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Localization Translated using Weblate (Dutch) 2022-12-17 06:51:13 -05:00
MediaEncoder Replace != null with is not null 2022-12-05 15:01:13 +01:00
Net Replace != null with is not null 2022-12-05 15:01:13 +01:00
Playlists Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Plugins Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Properties
QuickConnect Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
ScheduledTasks Replace != null with is not null 2022-12-05 15:01:13 +01:00
Serialization
Session Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Sorting Replace != null with is not null 2022-12-05 15:01:13 +01:00
SyncPlay Replace != null with is not null 2022-12-05 15:01:13 +01:00
TV Replace != null with is not null 2022-12-05 15:01:13 +01:00
Udp Fix option to disable server discovery 2022-02-14 14:39:33 +01:00
Updates Replace != null with is not null 2022-12-05 15:01:13 +01:00
ApplicationHost.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ConfigurationOptions.cs Fix build errors 2022-12-07 16:42:28 +01:00
Emby.Server.Implementations.csproj chore(deps): update dotnet monorepo to v7.0.1 (#8900) 2022-12-15 20:13:11 -07:00
IStartupOptions.cs
ServerApplicationPaths.cs