mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
don't use any error
This commit is contained in:
parent
df66b8ad2c
commit
fdbfd10d84
@ -230,11 +230,10 @@ public class JfClient {
|
||||
playurl = config.getJellyfinUrl() + "/videos/" + itemid + "/stream.mp4?static=true&DeviceId=" + DeviceId + "&api_key=" + AccessToken;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
err.onError("寻找播放地址失败:" + e.getMessage() + "\n" + str);
|
||||
playurl = config.getJellyfinUrl() + "/videos/" + itemid + "/stream.mp4?static=true&DeviceId=" + DeviceId + "&api_key=" + AccessToken;
|
||||
}
|
||||
}
|
||||
}, err);
|
||||
}, null);
|
||||
|
||||
return playurl; // Return the playurl variable
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user