mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
typo fix
This commit is contained in:
parent
e5fc57b911
commit
5dec3cd941
@ -234,7 +234,7 @@ public class JfClient {
|
||||
return playurl;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
err.onError("寻找播放地址失败:" + e.getMessage() + "\n" + str)
|
||||
err.onError("寻找播放地址失败:" + e.getMessage() + "\n" + str);
|
||||
String playurl = config.getJellyfinUrl() + "/videos/" + itemid + "/stream.mp4?static=true&DeviceId=" + DeviceId + "&api_key=" + AccessToken;
|
||||
return playurl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user