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

restore legacy folder

pull/702/head
Luke Pulverenti 9 years ago
parent b9c8c4e346
commit ee274b0369

@ -375,7 +375,7 @@ namespace MediaBrowser.Providers.Manager
}
string filename;
var folderName = item is MusicAlbum || item is MusicArtist ? "folder" : "poster";
var folderName = item is MusicAlbum || item is MusicArtist || (_config.Configuration.ImageSavingConvention == ImageSavingConvention.Legacy && saveLocally) ? "folder" : "poster";
switch (type)
{

Loading…
Cancel
Save