Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/c86bd9026dcd36b5cf02e6ca9245695084f7f5b6?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixes - More raw image format support

pull/1154/head
Luke Pulverenti 9 years ago
parent 0b5a1418c1
commit c86bd9026d

@ -53,7 +53,10 @@ namespace Emby.Drawing.ImageMagick
"arw",
"webp",
"gif",
"bmp"
"bmp",
"erf",
"raf",
"rw2"
};
}
}

Loading…
Cancel
Save