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

update login

pull/702/head
Luke Pulverenti 9 years ago
parent 2d3522593e
commit db5ac92dd2

@ -1322,17 +1322,18 @@ namespace MediaBrowser.Server.Implementations.Channels
}
else
{
if (item.Name != info.Name)
{
item.Name = info.Name;
forceUpdate = true;
}
if (item.CommunityRating != info.CommunityRating)
{
item.CommunityRating = info.CommunityRating;
forceUpdate = true;
}
// Can't do this right now due to channels that utilize the server's metadata services
//if (item.Name != info.Name)
//{
// item.Name = info.Name;
// forceUpdate = true;
//}
//if (item.CommunityRating != info.CommunityRating)
//{
// item.CommunityRating = info.CommunityRating;
// forceUpdate = true;
//}
}
var hasArtists = item as IHasArtist;

Loading…
Cancel
Save