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/2bb534d5e3b50dab374d510aaa7650e8c90f187f/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

70 Commits (2bb534d5e3b50dab374d510aaa7650e8c90f187f)

Author SHA1 Message Date
Cody Robibero 32eccc139c LiveTV fixes 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 210a4921f2
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis () 2 years ago
Bond_009 ba3e7027fe Add regression test for 2 years ago
Cody Robibero 55c115b7b1 Don't throw exception if program.Title is null 2 years ago
Bond_009 6a6ea7fa13 Switch branches if statement 2 years ago
Bond_009 f6af28cf96 Fix some things that slipped through the cracks 2 years ago
adrez99 3736e360e7
Merge branch 'jellyfin:master' into gzip 2 years ago
adrez99 72893da4d8
Use System.IO.Compression instead of SharpCompress for gzips 3 years ago
Cody Robibero 2e3c5ed346 Merge pull request from crobibero/xml-cache-delete 3 years ago
Cody Robibero 8203e933d5 Merge pull request from 1337joe/live-tv-fixes 3 years ago
Cody Robibero 435fc7ade9 Merge pull request from cvium/fix_xmltv_caching 3 years ago
cvium b880dc8a4a Use our own Contains extension 3 years ago
Claus Vium 26cfde8765
Merge pull request from MrChip53/xmltv-improve 3 years ago
Bond_009 f31224fa8f Remove sync FileStream hack 3 years ago
Bond_009 a6d1e542e6 Reduce allocations 3 years ago
Mr. Chip53 1a8dcae5e4 Fix 3 years ago
Bond_009 e3dac4fda2 Use async FileStreams where it makes sense 3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations 4 years ago
BaronGreenback bc1cc2d04a Remove unused using directives 4 years ago
Bond_009 4b1c9dc9ea Pass cancellation where possible 4 years ago
crobibero 97cc3d54bb migrate to IHttpClientFactory in XmlTvListingsProvider 4 years ago
Bond_009 2b400c99ef Fix warnings 4 years ago
telans 247f9c61e6
fix SA1513/SA1516 5 years ago
crobibero 44957c5a9a Use typed logger where possible 5 years ago
Bond_009 2be394089e Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common 5 years ago
Bond_009 3ab50f5a3f Address comments 5 years ago
Mark Monteiro b67e9cde8c Replace ILogger with ILogger<T> wherever possible 5 years ago
Bond_009 7060934792 Fix some warnings in Emby.Server.Implementations 5 years ago
Bond-009 c824c564cd Move Emby.XmlTv to a NuGet package () 5 years ago
Bond-009 6032f31aa6 Use CultureInvariant string conversion for Guids 6 years ago
Bond_009 5d9fa06675 Cleanup 6 years ago
Bond_009 b294b802a8 Try to fix XmlTvListingsProvider 6 years ago
Bond_009 d405a400aa Fixes issues with HttpClientManager 6 years ago
Erwin de Haan f1ef0b0b4c Fix namespacing so it lines up properly with file names and paths () 6 years ago
Erwin de Haan 581a7fe078 Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` 6 years ago
Erwin de Haan a430568082 Unwrapped `OpenRead` and `CopyFile` 6 years ago
Erwin de Haan d7c6d16250 Unwrapped CreateDirectory and DeleteDirectory 6 years ago
Erwin de Haan 3a831994f6 Unwrapped GetDirectoryName and DirectorySeperatorChar 6 years ago
Erwin de Haan e63b18f17d Reformat JustAMan review second pass changes. 6 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings 6 years ago
Erwin de Haan ec1f5dc317 Mayor code cleanup 6 years ago
Bond_009 4c95aee52e Fix logging in XmlTvListingsProvider 6 years ago
Bond_009 f31457a457 Final cleanup 6 years ago
Bond_009 589aa2416a Clean up XmlTvListeningProvider 6 years ago
Bond_009 baa2afb61e Restore latest version 6 years ago
Bond_009 6ebb00549b Add missing XmlTvListingsProvider 6 years ago
stefan 48facb797e Update to 3.5.2 and .net core 2.1 6 years ago
Luke Pulverenti c4ceeae889 improve xmltv gz support 7 years ago