mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fixed video root issues for video player
This commit is contained in:
parent
8063ac5d7a
commit
3eab86478a
@ -330,7 +330,7 @@
|
||||
</td>
|
||||
<td>
|
||||
#if $epResult["location"]:
|
||||
#set $video_root = $epResult["location"].strip($epResult["name"])
|
||||
#set $video_root = $os.path.dirname($show._location)
|
||||
<video id="$epResult["indexerid"]" class="video-js vjs-default-skin"
|
||||
controls preload="none" width="64" height="64"
|
||||
poster="$sbRoot/showPoster/?show=$show.indexerid&which=poster_thumb" data-setup="{}">
|
||||
|
Loading…
Reference in New Issue
Block a user