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