Fix improper formatting in metainfo.
This commit is contained in:
parent
85400075a9
commit
fcddb60409
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>com.experimentalcraft.NekoPlayer</id>
|
<id>com.experimentalcraft.NekoPlayer</id>
|
||||||
|
<developer_name>Catmeow72</developer_name>
|
||||||
|
|
||||||
<name>Neko Player</name>
|
<name>Neko Player</name>
|
||||||
<summary>An audio player that can play back files with seamless loops using their metadata.</summary>
|
<summary>An audio player that can play back files with seamless loops using their metadata.</summary>
|
||||||
|
@ -16,7 +17,7 @@
|
||||||
It can also change the pitch, tempo, and speed (which is pitch and tempo at the same time) using the SoundTouch libraries found on the system.
|
It can also change the pitch, tempo, and speed (which is pitch and tempo at the same time) using the SoundTouch libraries found on the system.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
### Themes This player supports theming! Go to the preferences window, and either select a theme, or open the theme editor.
|
This player supports theming! Go to the preferences window, and either select a theme, or open the theme editor.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
In addition, themes support changing the accent color to have the hue you select.
|
In addition, themes support changing the accent color to have the hue you select.
|
||||||
|
|
Loading…
Reference in a new issue