Skip to content
Snippets Groups Projects
Commit 1c57279d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed escape

parent 620c0a48
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
</policy>
<policy type="and" name="Audio">
<rule name="General/AudioCount is 1" value="AudioCount" tracktype="General" occurrence="*" operator=">=">1</rule>
<rule name="General/AudioCount is 1" value="AudioCount" tracktype="General" occurrence="*" operator="&gt;=">1</rule>
<policy type="or" name="Audio is PCM or FLAC">
<rule name="Audio is PCM" value="Format" tracktype="Audio" occurrence="*" operator="=">PCM</rule>
<rule name="Audio is FLAC" value="Format" tracktype="Audio" occurrence="*" operator="=">FLAC</rule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment