Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/d9e35a969f939027e306309ab916a79366028138/MediaBrowser.Controller/LiveTv You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

365 Commits (d9e35a969f939027e306309ab916a79366028138)

Author SHA1 Message Date
standstaff 64b7f0f721 chore: remove repetitive words 11 months ago
Patrick Barron b5a3c71b3a Move media source code from LiveTvManager to LiveTvMediaSourceProvider 1 year ago
Patrick Barron 0370167b8d Add IRecordingsManager service 1 year ago
Patrick Barron 42b052a5a6 Add IListingsManager service 1 year 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 () 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 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 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 4 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) () 4 years ago
crobibero 6bcbc2b88a Reduce warnings in MediaBrowser.Controller 4 years ago
Cody Robibero e3f55a0c54
Reduce warnings in MediaBrowser.Controller () 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 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 5 years ago
Patrick Barron 9fa4fff15d Merge branch 'master' into event-rewrite-1 5 years ago
Bond_009 404bb4f835 Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 5 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 from telans/comment-stops 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