mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
dev
This commit is contained in:
parent
4b3e8cfca1
commit
34fe131a13
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user