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

Add warning message to collection resolution when not found

pull/702/head
Eric Reed 12 years ago
parent 61c4d87a16
commit 4268800589

@ -64,6 +64,10 @@ namespace MediaBrowser.Controller.IO
dict[data.FullName] = data;
}
else
{
logger.Warn("Cannot add unavailble/non-existent location {0}", data.FullName);
}
}
else if (flattenFolderDepth > 0 && isDirectory)
{

Loading…
Cancel
Save