jellyfin/Emby.Server.Implementations/LiveTv/EmbyTV
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
..
DirectRecorder.cs Flush to disk async where possible 2022-01-22 23:36:42 +01:00
EmbyTV.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
EncodedRecorder.cs Fix some warnings 2022-02-15 18:59:46 +01:00
EntryPoint.cs Make MediaBrowser.MediaEncoding warnings free 2020-08-20 12:16:24 +02:00
EpgChannelData.cs Enable nullable for more files 2021-08-28 17:32:09 +02:00
IRecorder.cs Fix warnings in EmbyTV 2021-10-03 21:41:22 -04:00
ItemDataProvider.cs Enable nullable for ItemDataProvider 2021-10-01 11:21:22 +02:00
NfoConfigurationExtensions.cs Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs 2019-12-04 21:39:27 +01:00
RecordingHelper.cs Fix some warnings 2021-05-28 14:33:54 +02:00
SeriesTimerManager.cs Remove unused using directives 2021-04-17 11:37:55 +01:00
TimerManager.cs Enable nullable for more files 2021-08-28 17:32:09 +02:00