Private GIT

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

Merge pull request #1657 from abeloin/patch-error_PLAY_VIDEOS

Fix: cannot find 'PLAY_VIDEOS'
parents fbd71886 4e49083e
Branches
Tags
No related merge requests found
...@@ -358,9 +358,6 @@ ...@@ -358,9 +358,6 @@
<tr id="season-$epResult["season"]-cols" class="seasoncols"> <tr id="season-$epResult["season"]-cols" class="seasoncols">
<th class="col-checkbox"><input type="checkbox" class="seasonCheck" id="$epResult["season"]" /></th> <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">NFO</th>
<th class="col-metadata">TBN</th> <th class="col-metadata">TBN</th>
<th class="col-ep">Episode</th> <th class="col-ep">Episode</th>
...@@ -405,18 +402,6 @@ ...@@ -405,18 +402,6 @@
#end if #end if
</td> </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["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> <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