This commit is contained in:
Ovler 2023-10-16 07:08:43 +00:00
parent 4b3e8cfca1
commit 34fe131a13

View File

@ -231,7 +231,7 @@ public class JfClient {
if (playpath != null && !playpath.isEmpty()) { if (playpath != null && !playpath.isEmpty()) {
playurl = config.getJellyfinUrl() + playpath; playurl = config.getJellyfinUrl() + playpath;
} else { } else {
playurl = config.getJellyfinUrl() + "/videos/" + itemid + "/stream.mp4?static=true&DeviceId=" + DeviceId + "&api_key=" + AccessToken + "&debug=" + jsonObject; playurl = config.getJellyfinUrl() + "/videos/" + itemid + "/stream.mp4?static=true&DeviceId=" + DeviceId + "&api_key=" + AccessToken + "&debug=" + str;
} }
return playurl; // Return the playurl variable return playurl; // Return the playurl variable