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

70 Commits (600a09f1fc73486d0fc0815eb3b48fa862678ca8)

Author SHA1 Message Date
Cody Robibero 3ade3a8e63
Lowercase CollectionTypeOptions to match legacy experience () 11 months ago
Joshua M. Boniface 76939bbd9b
Merge pull request from JPVenson/bugfix/1907_CleanupCollections 2 years ago
Bond_009 4b01aaa0f7 Allocate less Lists 2 years ago
Jean-Pierre Bachmann 6b8d169529
Added CleanupCollection task 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
jgriff6 08e71010ae Clean up some ToList usage 2 years ago
ignacio laborde 5cd37686ac address PR comments 2 years ago
ignacio laborde c6bf6e00de Remove unnecessary ToList usage 2 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons 3 years ago
Cody Robibero 7bfc6b5679 Remove more warnings 3 years ago
Bond_009 637e86478f Fix some warnings 4 years ago
Bond_009 645825db36 Enable nullable for more files 4 years ago
Bond_009 19824bff94 Minor improvements 4 years ago
Bond_009 a13a569ca4 EnsureLibraryFolder: Minor optimization 4 years ago
Cody Robibero 65f8d8c0cd [CA1801] Parameter is never used. Remove the parameter or use it in the method body. 4 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations 4 years ago
Cody Robibero e3f55a0c54
Reduce warnings in MediaBrowser.Controller () 4 years ago
Bond-009 48ed4b016c
Merge pull request from cvium/semi-fix-collection-perf 4 years ago
BaronGreenback bc1cc2d04a Remove unused using directives 4 years ago
cvium d44b2e2ee5 fixes 4 years ago
cvium 723b6abcb3 Optimize the way items are grouped into collections 4 years ago
Mister Rajoy 8883aa4a37 Merge branch 'master' of https://github.com/danieladov/jellyfin 4 years ago
Mister Rajoy 4cc3b938fa Change Guid.Parse to Guid.TryParse 4 years ago
Daniel 7a3109104b
Remove empty line 4 years ago
Daniel 4b17648df3
Remove empty line 4 years ago
Mister Rajoy 18cd634ec8 Fix duplicated movies when group movies into collections is enabled 4 years ago
Bond_009 1c74e2f40e Fix build 4 years ago
Bond_009 119f64f5e7 Make some methods async 5 years ago
dkanada 83ae4d074d use constructor to set optimal config values 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 c464f700db Remove redundant qualifiers 5 years ago
Patrick Barron 9ad839c776 Initial migration code 5 years ago
Patrick Barron 7586c60224
Merge branch 'master' into warnings-cleanup1 5 years ago
Patrick Barron c4e6329e58 Clean up and document ChannelManager.cs and implement suggestions 5 years ago
Patrick Barron ddd8120aab Clean up and document CollectionManager.cs 5 years ago
Bond_009 49fe5e0a21 Fix some warnings 5 years ago
Bond-009 94fe9b8f6d
Merge branch 'master' into warn17 5 years ago
Mark Monteiro b67e9cde8c Replace ILogger with ILogger<T> wherever possible 5 years ago
Bond_009 07cc4be6a7 Fix some warnings 5 years ago
Bond_009 bb236b9591 Merge branch 'master' into warn12 5 years ago
Bond-009 49330e3082 Fix a couple of TODOs 5 years ago
Bond_009 2ef4ffd698 More warnings (removed) 5 years ago
Bond_009 42ffddc269 Fix more warnings 5 years ago
Bond-009 b477b3874e Fix some warnings 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 a6a4cd5667 Removed some unused fields 6 years ago
Joshua M. Boniface c4f51e16a5
Merge pull request from Bond-009/startasync 6 years ago