Fix bluray playback

This commit is contained in:
angelblue05 2016-01-31 02:10:00 -06:00
parent 56fa1a01cf
commit ff98b7fa30
1 changed files with 1 additions and 1 deletions

View File

@ -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