Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/65421194026416b83caa189e4404e371bd540001 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Collections not sorting properly on Index

Fixes 
pull/7595/head
Qstick 3 years ago
parent b9185574f3
commit 6542119402

@ -227,7 +227,7 @@ export const defaultState = {
collection: function(item) {
const { collection ={} } = item;
return collection.name;
return collection.title;
},
originalLanguage: function(item) {

Loading…
Cancel
Save