jellyfin/MediaBrowser.Controller
Bond_009 f50a250cd9 Optimize Guid comparisons
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
2022-02-21 14:15:09 +01:00
..
Authentication
BaseItemManager Deprecate LibraryOptions.EnableInternetProviders 2021-12-16 00:52:18 +01:00
Channels Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00
Chapters
ClientEvent Remove ClientLog endpoints 2021-11-20 08:47:05 -07:00
Collections Update StyleCop 2021-12-24 18:28:27 +01:00
Configuration Minor improvements 2021-08-15 23:48:19 +02:00
Devices Re-add documentation 2021-09-02 20:22:08 -04:00
Dlna Use correct id when finding existing dlna profile 2021-10-31 08:49:24 -06:00
Drawing Fix release build 2022-01-10 08:30:55 -07:00
Dto
Entities Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Events
Extensions Fix option to disable server discovery 2022-02-14 14:39:33 +01:00
IO Fix some warnings 2021-11-09 13:14:31 +01:00
Library Remove some dead code 2022-02-17 08:15:26 +01:00
LiveTv Fix some warnings 2022-02-14 14:46:04 +01:00
MediaEncoding Merge pull request #6600 from cvium/keyframe_extraction_v1 2022-01-20 08:54:40 -07:00
Net Use IAuthorizationContext for websocket 2022-01-01 12:34:22 -07:00
Notifications
Persistence Clean up SqliteItemRepository 2022-02-15 22:27:38 +01:00
Playlists Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
Plugins
Properties
Providers Flush to disk async where possible 2022-01-22 23:36:42 +01:00
QuickConnect
Resolvers Fix warnings in MediaBrowser.Controller 2021-08-13 20:34:36 -07:00
Security Remove all unused usings 2021-09-06 21:15:30 +02:00
Session Merge pull request #5648 from OancaAndrei/syncplay-sessions-fix 2021-09-10 17:44:44 +02:00
Sorting
Subtitles Add IsAutomated to SubtitleSearchRequest 2021-10-19 21:06:05 +02:00
SyncPlay Remove unused dependencies 2021-11-16 12:24:17 +01:00
TV
IDisplayPreferencesManager.cs
IServerApplicationHost.cs Use our own Contains extension 2021-12-20 13:31:07 +01:00
IServerApplicationPaths.cs
MediaBrowser.Controller.csproj Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00