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/Emby.Server.Implementations/Library
Stepan Goremykin 910617bbc3
Remove redundant 'else' keywords
1 year ago
..
Resolvers Remove redundant 'else' keywords 1 year ago
Validators Replace == null with is null 1 year ago
CoreResolutionIgnoreRule.cs Replace != null with is not null 1 year ago
ExclusiveLiveStream.cs Remove the unused arg 3 years ago
IgnorePatterns.cs Enable nullable reference types for Emby.Server.Implementations 3 years ago
LibraryManager.cs Simplify conditional expression 1 year ago
LiveStreamHelper.cs Replace != null with is not null 1 year ago
MediaSourceManager.cs Simplify linq expressions (use All) 1 year ago
MediaStreamSelector.cs Deduplicate media stream ordering code (#9014) 1 year ago
MusicManager.cs Optimize Guid comparisons 2 years ago
PathExtensions.cs Add ability to search by - 2 years ago
ResolverHelper.cs Use ArgumentException.ThrowIfNullOrEmpty 1 year ago
SearchEngine.cs Use ArgumentException.ThrowIfNullOrEmpty 1 year ago
SplashscreenPostScanTask.cs suggestions from review 2 years ago
UserDataManager.cs Replace != null with is not null 1 year ago
UserViewManager.cs Reduce usage of GetAwaiter().GetResult() 1 year ago