Private GIT

Skip to content
Snippets Groups Projects
Commit 4e49083e authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Fix: NotFound: cannot find 'PLAY_VIDEOS' while searching for

'sickbeard.PLAY_VIDEOS'
parent fbd71886
Branches
Tags
No related merge requests found
......@@ -358,9 +358,6 @@
<tr id="season-$epResult["season"]-cols" class="seasoncols">
<th class="col-checkbox"><input type="checkbox" class="seasonCheck" id="$epResult["season"]" /></th>
#if $sickbeard.PLAY_VIDEOS:
<th>Video</th>
#end if
<th class="col-metadata">NFO</th>
<th class="col-metadata">TBN</th>
<th class="col-ep">Episode</th>
......@@ -405,18 +402,6 @@
#end if
</td>
#if $sickbeard.PLAY_VIDEOS:
<td align="center">
#if $epResult["location"]:
#set $video_root = $os.path.dirname($show._location)
#set $video_source = $sbRoot + $epResult["location"].replace($video_root, '/videos')
<div id="$video_source" class="jwvideo">Loading the player...</div>
#else:
No Video
#end if
</td>
#end if
<td align="center"><img src="$sbRoot/images/#if $epResult["hasnfo"] == 1 then "nfo.gif\" alt=\"Y" else "nfo-no.gif\" alt=\"N"#" width="23" height="11" /></td>
<td align="center"><img src="$sbRoot/images/#if $epResult["hastbn"] == 1 then "tbn.gif\" alt=\"Y" else "tbn-no.gif\" alt=\"N"#" width="23" height="11" /></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment