mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
restored live tv playback in the web client
This commit is contained in:
@@ -4058,7 +4058,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
||||
options.ForceTitle = true;
|
||||
}
|
||||
|
||||
var url = self.getUrl("Packages/" + packageId + "Reviews", options);
|
||||
var url = self.getUrl("Packages/" + packageId + "/Reviews", options);
|
||||
|
||||
return self.ajax({
|
||||
type: "GET",
|
||||
|
||||
Reference in New Issue
Block a user