mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix bluray playback
This commit is contained in:
parent
56fa1a01cf
commit
ff98b7fa30
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class PlayUtils():
|
|||
|
||||
if type == "Dvd":
|
||||
playurl = "%s/VIDEO_TS/VIDEO_TS.IFO" % playurl
|
||||
elif type == "Bluray":
|
||||
elif type == "BluRay":
|
||||
playurl = "%s/BDMV/index.bdmv" % playurl
|
||||
|
||||
# Assign network protocol
|
||||
|
|
Loading…
Reference in a new issue