diff options
author | Slimey <117548228+sl1m3yy@users.noreply.github.com> | 2022-11-06 14:43:35 +0000 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2022-11-06 16:27:18 +0100 |
commit | ce75a049082242e675668082068032f8af57ddb4 (patch) | |
tree | 1e140cf8ce92e69bf5b82f6ad6e4a70ca393632e /Base/res/apps | |
parent | bb95374b4949fe1e4ad3717ce3001f07ad49a47c (diff) | |
download | serenity-ce75a049082242e675668082068032f8af57ddb4.zip |
Base+Ports: Rename 'Sound' category to 'Media'
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/Piano.af | 2 | ||||
-rw-r--r-- | Base/res/apps/SoundPlayer.af | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/apps/Piano.af b/Base/res/apps/Piano.af index 02ceda48e0..8353751c61 100644 --- a/Base/res/apps/Piano.af +++ b/Base/res/apps/Piano.af @@ -1,4 +1,4 @@ [App] Name=Piano Executable=/bin/Piano -Category=Sound +Category=Media diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index c387245ddf..0379b6b59c 100644 --- a/Base/res/apps/SoundPlayer.af +++ b/Base/res/apps/SoundPlayer.af @@ -1,7 +1,7 @@ [App] Name=Sound Player Executable=/bin/SoundPlayer -Category=Sound +Category=Media [Launcher] FileTypes=mp3,flac,m3u,m3u8,wav |