Skip to content

Commit 696a2ff

Browse files
authored
add missing else in doPlay (#27)
1 parent bb9dd57 commit 696a2ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin.py

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def doPlay():
131131
url = re.sub(r'/(episodes)(/?[^/]*)$', r'/links\g<2>', path, count=1)
132132
else:
133133
url = path
134+
else:
134135
log.info("Playing library item: DBID=%s, MediaType=%s" % (dbid, mediatype))
135136
url = "plugin://plugin.video.elementum/context/media/%s/%s/play" % (mediatype, dbid)
136137

0 commit comments

Comments
 (0)