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

fix possible null reference with search hints

pull/702/head
Luke Pulverenti 12 years ago
parent 9c56495867
commit 96fd6459b2

@ -87,6 +87,7 @@ namespace MediaBrowser.Server.Implementations.Library
return list;
})
.Where(i => !string.IsNullOrEmpty(i))
.Distinct(StringComparer.OrdinalIgnoreCase)
.ToList();

Loading…
Cancel
Save