Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
SickRage
Commits
f4f4527d
Commit
f4f4527d
authored
Mar 27, 2015
by
Alexandre Beloin
Browse files
Options
Downloads
Plain Diff
Merge pull request #1657 from abeloin/patch-error_PLAY_VIDEOS
Fix: cannot find 'PLAY_VIDEOS'
parents
fbd71886
4e49083e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/slick/interfaces/default/displayShow.tmpl
+0
-15
0 additions, 15 deletions
gui/slick/interfaces/default/displayShow.tmpl
with
0 additions
and
15 deletions
gui/slick/interfaces/default/displayShow.tmpl
+
0
−
15
View file @
f4f4527d
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment