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/37f7bda3cc45393ea5bb5ca1af4846eeee25c9ee/MediaBrowser.Providers/Subtitles You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

106 Commits (37f7bda3cc45393ea5bb5ca1af4846eeee25c9ee)

Author SHA1 Message Date
Tim Eisele 4aad655fa8
Fix subtitle saving if file already exists () 10 months ago
Cody Robibero 0bc41c015f
Store lyrics in the database as media streams () 1 year ago
MBR-0001 9564248b10
Add ability to upload (and save) SDH subtitles () 2 years ago
Bond_009 ab24c0e2cf Enable nullable for more files 2 years ago
Bond_009 3bec70302b Fix use after dispose 2 years ago
Patrick Barron 4f81f4daaa Use depencency injection for ISubtitleProvider 2 years ago
Bond_009 b934b346e1 Fix all warnings in MediaBrowser.Providers 2 years ago
Bond_009 52194f56b5 Replace != null with is not null 2 years ago
Bond_009 e7be01d7a5 Flush to disk async where possible 3 years ago
cvium b880dc8a4a Use our own Contains extension 3 years ago
Bond_009 f5ca9cbc3b Enable nullable for MediaBrowser.Providers 3 years ago
MBR-0001 ade3afad41 Add IsAutomated to SubtitleSearchRequest 3 years ago
Claus Vium 1156699481
Merge pull request from Bond-009/dotnetbug 3 years ago
cvium 7abdf71c49 Revert to old line 3 years ago
cvium 229917a2f8 Queue refresh after subtitle upload + minor fixes 3 years ago
Bond_009 9af16fcb6c Remove workaround for 3 years ago
Bond_009 f31224fa8f Remove sync FileStream hack 3 years ago
Bond_009 e3dac4fda2 Use async FileStreams where it makes sense 4 years ago
Rich Lander cb990ae973 Update per feedback 4 years ago
Rich Lander 927b003143 Fix remaining MediaBrowser.Providers warnings 4 years ago
Bond_009 cf061f7563 MediaBrowser.Providers: Remove some warnings 4 years ago
Patrick Barron e55f35b62e
Merge branch 'master' into using-declarations 4 years ago
Bond_009 e432796f6f Minor improvements 4 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? () 4 years ago
Erwin de Haan 470305f75e Authenticated arbitrary file overwrite in SubtitleController -> SubtitleManager 4 years ago
David 60ffa6f514 Use FileShare.None when creating files 4 years ago
Patrick Barron 9413d974f3 Switch to using declarations in MediaBrowser.Providers 4 years ago
Bond_009 c4bb32f259
Access last element by index where possible 4 years ago
Bond_009 bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[]) 4 years ago
Claus Vium 96dcd9c87e
Merge pull request from redSpoutnik/api-upload-subtitle 4 years ago
Claus Vium 38185f8326
Apply suggestions from code review 4 years ago
crobibero dfbe4413ff Fix added warnings 5 years ago
crobibero f13b87afa3 Merge remote-tracking branch 'upstream/master' into api-upload-subtitle 5 years ago
Bond_009 e11a57f19b Fix some warnings 5 years ago
Bond_009 371a09c60b MemoryStream optimizations 5 years ago
Bond_009 eba488a0f8 Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers 5 years ago
telans 247f9c61e6
fix SA1513/SA1516 5 years ago
telans 3d9049ef08
fix SA1508 5 years ago
crobibero 44957c5a9a Use typed logger where possible 5 years ago
redSpoutnik 2363ad5449 Add Post subtitle in API 5 years ago
Mark Monteiro dd5a55aeba Register ISubtitleManager correctly 5 years ago
Bond-009 c8409d2ea1 Remove FileSystem.GetStream 5 years ago
Bond_009 10ae815bb4 Address comments 5 years ago
Bond_009 d9a03c9bb1 Fix more warnings 5 years ago
Bond-009 6032f31aa6 Use CultureInvariant string conversion for Guids 6 years ago
Bond-009 1ea219bf3f
Merge branch 'master' into culture 6 years ago
Vasily c8cb908004
Merge pull request from Bond-009/warnings 6 years ago
Erwin de Haan 450f246f95 Unwrapped `GetFileNameWithoutExtension` 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