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/f42abf970a42f6479b14424ffb4781ec0eb579a5/Emby.Server.Implementations/Library/MediaSourceManager.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

87 Commits (f42abf970a42f6479b14424ffb4781ec0eb579a5)

Author SHA1 Message Date
Stepan Goremykin 19e65269a2 Simplify linq expressions (use All) 2 years ago
Bond_009 b366dc2e6e Use ArgumentException.ThrowIfNullOrEmpty 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 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method 2 years ago
Cody Robibero efcdab116f Merge pull request from Shadowghost/strm-ffprobe-external-fix 3 years ago
jakobkukla 75475285da Fix supportsTranscoding not reflecting user permissions sometimes 3 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons 3 years ago
Bond_009 1c14c86b20 Fix some warnings 3 years ago
Cody Robibero 7bfc6b5679 Remove more warnings 3 years ago
Bond_009 4dfb7b18ae Add some docs and tests 3 years ago
Patrick Barron 876a902356 Fix warnings in Library 3 years ago
cvium ff328fefc5 Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId 3 years ago
cvium 026a7af0e8 Don't throw when livestream file isn't found 3 years ago
cvium 1603d1928e Kill ProgressiveFileCopier and seek to end for ongoing livetv 3 years ago
Bond-009 71ab4a5754
Fix it for real(tm) this time 3 years ago
Bond-009 8dc0911374
Fix log message 3 years ago
Bond_009 e3dac4fda2 Use async FileStreams where it makes sense 3 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project 4 years ago
cvium 42a2cc1747 Remove some unnecessary allocations 4 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations 4 years ago
cvium 608cba817c Reduce some allocations with the magic of spans etc. 4 years ago
cvium 8933389753 Respect user settings for transcode and remux 4 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2) 4 years ago
Bond_009 a9b497720d Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip 4 years ago
David 043d045448 Put json serializer options in private field 4 years ago
David 2a574914ea Use streams instead of strings 4 years ago
David 196388d607 Remove custom Json serializer from Emby.Server.Implementations 4 years ago
Bond_009 bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[]) 4 years ago
Ryan Petris 4db5700e18
Don't take a lock if there's no intention to manipulate the list of open streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured. 4 years ago
Bond_009 01e781035f Fix warnings 5 years ago
Bond_009 7324b44c43 Fix warnings 5 years ago
telans 247f9c61e6
fix SA1513/SA1516 5 years ago
telans 3d9049ef08
fix SA1508 5 years ago
telans acd4389653
fix SA1005 5 years ago
telans 726e116d5b
fix SA1510 5 years ago
Patrick Barron 42b4f0aa2e Merge branch 'master' into userdb-efcore 5 years ago
crobibero 44957c5a9a Use typed logger where possible 5 years ago
Patrick Barron 06f9cde22f Merge branch 'master' into userdb-efcore 5 years ago
Bond_009 7439e095e2 Merge branch 'master' into nullable3 5 years ago
Patrick Barron c464f700db Remove redundant qualifiers 5 years ago
Patrick Barron 9ad839c776 Initial migration code 5 years ago
Bond_009 30ce346f34 Enable nullabe reference types for MediaBrowser.Model 5 years ago
Mark Monteiro 573da63d41 Register and construct IMediaSourceManager correctly 5 years ago
Bond_009 07cc4be6a7 Fix some warnings 5 years ago
dkanada d217f1614e
Merge pull request from Bond-009/embytv 5 years ago
Bond_009 bb236b9591 Merge branch 'master' into warn12 5 years ago
Bond_009 e714b9930e Merge branch 'master' into embytv 5 years ago
Bond_009 a253fa616d Fix build and address comments 5 years ago
dkanada aca31457c0 merge branch master into media-attachments 5 years ago