Skip to content

Commit 621386d

Browse files
author
AF-1
committed
fix unparsed external string problem
1 parent e7358b9 commit 621386d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DynamicPlaylists4/Plugin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6467,7 +6467,7 @@ sub readParseLocalDynamicPlaylists {
64676467
$localCustomDynamicPlaylists->{$parsedContent->{'id'}} = $parsedContent;
64686468
}
64696469
if ($dplc_customPLfolder && $localDefDir eq $dplc_customPLfolder) {
6470-
$parsedContent = parseContent($item, $content);
6470+
$parsedContent = parseContent($item, $content, undef, 'parseStrings');
64716471
$parsedContent->{'dplcplaylist'} = 1;
64726472
$localCustomDynamicPlaylists->{$parsedContent->{'id'}} = $parsedContent;
64736473
}

DynamicPlaylists4/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>affc5872-2bcb-abee-35eb-56cb5ce1e125</id>
44
<name>PLUGIN_DYNAMICPLAYLISTS4</name>
55
<module>Plugins::DynamicPlaylists4::Plugin</module>
6-
<version>4.5.8</version>
6+
<version>4.5.9</version>
77
<description>PLUGIN_DYNAMICPLAYLISTS4_DESC</description>
88
<creator>AF</creator>
99
<optionsURL>plugins/DynamicPlaylists4/settings/basic.html</optionsURL>

0 commit comments

Comments
 (0)