standstaff
64b7f0f721
chore: remove repetitive words
...
Signed-off-by: standstaff <zhengxingru@yeah.net>
11 months ago
Patrick Barron
b5a3c71b3a
Move media source code from LiveTvManager to LiveTvMediaSourceProvider
11 months ago
Patrick Barron
0370167b8d
Add IRecordingsManager service
11 months ago
Patrick Barron
42b052a5a6
Add IListingsManager service
12 months ago
Patrick Barron
34269dee58
Use DI for ILiveTvService
1 year ago
Patrick Barron
efd024bafe
Use DI for IListingsProvider
1 year ago
Patrick Barron
59c2ae944d
Add IGuideManager service
1 year ago
Patrick Barron
c101d287f2
Remove unused Live TV code
1 year ago
Patrick Barron
c23a038ba8
Remove unnecessary allocations in TunerHostManager
1 year ago
Patrick Barron
9c2c066e6f
Add ITunerHostManager service
1 year ago
Patrick Barron
82f93afa22
Fix More Live TV Warnings ( #10818 )
...
* Fix CA1819 in LiveTvManager
* Call ConfigureAwait in ChannelManager
1 year ago
Patrick Barron
5c593b120a
Don't use List directly in ITunerHost method signatures
1 year ago
Cody Robibero
892973a9e3
Merge branch 'master' into media-type
1 year ago
Cody Robibero
2920611ffc
Convert string MediaType to enum MediaType
1 year ago
Stepan Goremykin
526f9a825c
Make files readonly
1 year ago
Stepan Goremykin
910617bbc3
Remove redundant 'else' keywords
2 years ago
Bond_009
d8ec3a5470
Reduce usage of GetAwaiter().GetResult()
2 years ago
Bond_009
24a7e210c3
Optimize tryparse
...
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Bond_009
1c14c86b20
Fix some warnings
3 years ago
Bond_009
2dcb2f8a9f
Ban the usage of Task.Result
...
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
3 years ago
Cody Robibero
7bfc6b5679
Remove more warnings
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
Cody Robibero
634ce40c2f
Merge branch 'master' into comparisons
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Bond_009
637e86478f
Fix some warnings
3 years ago
Rich Lander
06679eeebf
Fix warnings for MediaBrowser.Controller/LiveTv
4 years ago
Cody Robibero
65f8d8c0cd
[CA1801] Parameter is never used. Remove the parameter or use it in the method body.
4 years ago
BaronGreenback
6648b7d7da
Merge branch 'master' into comparisons
4 years ago
Bond_009
383c2d7374
Remove useless nullable directives
4 years ago
Cody Robibero
d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) ( #6078 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
crobibero
6bcbc2b88a
Reduce warnings in MediaBrowser.Controller
4 years ago
Cody Robibero
e3f55a0c54
Reduce warnings in MediaBrowser.Controller ( #6006 )
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
BaronGreenback
97c2c523a8
Merge branch 'master' into comparisons
4 years ago
Bond_009
fb090df0b5
Enable nullable reference types for MediaBrowser.Controller
4 years ago
BaronGreenback
80877aa945
Cleaned up "value assigned is not used in any execution path"
4 years ago
cocool97
86852178c2
Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
LIAUD
32853ca244
Add 'group-title' channel parsing
4 years ago
crobibero
73f9a6d7d0
Convert array property to IReadOnlyList
4 years ago
Matt Montgomery
53d5f64e03
Fix SA1513, SA1514, SA1507, and SA1508
4 years ago
Bond_009
e653eef44f
Fix some warnings
4 years ago
Patrick Barron
9fa4fff15d
Merge branch 'master' into event-rewrite-1
...
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
4 years ago
Bond_009
404bb4f835
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
4 years ago
Bond_009
2b400c99ef
Fix warnings
5 years ago
Patrick Barron
ca1f15af19
Move GenericEventArgs to Jellyfin.Data.Events
5 years ago
Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
5 years ago
telans
247f9c61e6
fix SA1513/SA1516
5 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
5 years ago
telans
3d9049ef08
fix SA1508
5 years ago