fixed a bug: when playlists were exported as SMIL, copies of the string 'INDCH'
were inserted into it instead of spaces
This commit is contained in:
parent
40d18a195d
commit
aa4e9c52a6
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
require_once("StoredFile.php");
|
||||
|
||||
define("INDCH", " ");
|
||||
|
||||
/**
|
||||
* Auxiliary class for GreenBox playlist editing methods.
|
||||
*
|
||||
|
@ -1687,4 +1689,4 @@ class PlaylistMetadataExport
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue