mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
fix typo in video xml
This commit is contained in:
parent
d3728b89e0
commit
8858b6bc5a
1 changed files with 2 additions and 2 deletions
|
@ -364,8 +364,8 @@ class xmlData {
|
|||
$string .= "<video id=\"$video->id\">\n" .
|
||||
"\t<title><![CDATA[$video->title]]></title>\n" .
|
||||
"\t<mime><![CDATA[$video->mime]]></mime>\n" .
|
||||
"\t<resolution>$this->f_resolution</resolution>\n" .
|
||||
"\t<size>$this->size</size>\n" .
|
||||
"\t<resolution>$video->f_resolution</resolution>\n" .
|
||||
"\t<size>$video->size</size>\n" .
|
||||
self::tags_string($video->tags,'video',$video->id) .
|
||||
"\t<url><![CDATA[" . Video::play_url($video->id) . "]]></url>\n" .
|
||||
"</video>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue