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
Bond-009 d54de29485
Merge pull request #4315 from Jan-PieterBaert/fix-warnings
4 years ago
..
Resolvers Fix SA 1116 warnings 4 years ago
Validators
CoreResolutionIgnoreRule.cs Fix warnings 4 years ago
ExclusiveLiveStream.cs Fix warnings 4 years ago
IgnorePatterns.cs . 4 years ago
LibraryManager.cs Remove extra return statement 4 years ago
LiveStreamHelper.cs Fix warnings 4 years ago
MediaSourceManager.cs Don't take a lock if there's no intention to manipulate the list of open streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured. 4 years ago
MediaStreamSelector.cs Fix warnings 4 years ago
MusicManager.cs Migrate Display Preferences to EF Core 4 years ago
PathExtensions.cs
ResolverHelper.cs
SearchEngine.cs Merge branch 'master' into displaypreferences-efcore 4 years ago
UserDataManager.cs Remove unused dependencies. 4 years ago
UserViewManager.cs