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

update channel params

release-10.1.0
Luke Pulverenti 8 years ago
parent ba9222898b
commit a2555630f4

@ -65,7 +65,7 @@ namespace MediaBrowser.Controller.Channels
Name = id,
Id = id,
ReadAtNativeFramerate = ReadAtNativeFramerate,
SupportsDirectStream = Protocol == MediaProtocol.File,
SupportsDirectStream = false,
SupportsDirectPlay = SupportsDirectPlay
};

Loading…
Cancel
Save