Ticket #11926: video.txt

File video.txt, 310 bytes (added by manwe@…, 10 years ago)

../mythweb/classes/video.php: line 171

Line 
1# changes in
2# ../mythweb/classes/video.php
3# starting at line 171:
4
5
6
7
8
9
10#                    ( @filesize($this->cover_file) > 0 ? $this->cover_file : 'No Cover' ),
11                    ( @filesize(setting("VideoArtworkDir", hostname)."/".$this->cover_file) > 0 ? $this->cover_file : 'No Cover' ),