From 4146e69c4e3b919ca7bda70290e0494b3a965590 Mon Sep 17 00:00:00 2001
From: jnnkB <29376715+jnnkB@users.noreply.github.com>
Date: Sun, 1 Nov 2020 18:44:58 +0100
Subject: [PATCH 1/3] Updated to work with new music app
---
functions/{itunes.fish => music.fish} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename functions/{itunes.fish => music.fish} (84%)
diff --git a/functions/itunes.fish b/functions/music.fish
similarity index 84%
rename from functions/itunes.fish
rename to functions/music.fish
index d308c4a..f463c18 100644
--- a/functions/itunes.fish
+++ b/functions/music.fish
@@ -1,4 +1,4 @@
-function itunes -d "Control iTunes. Use -h or --help for a more detailed description."
+function music -d "Control Music. Use -h or --help for a more detailed description."
if [ (count $argv) -gt 0 ]
set -l opt $argv[1]
switch $opt
@@ -12,7 +12,7 @@ function itunes -d "Control iTunes. Use -h or --help for a more detailed descrip
case vol volume
set opt "set sound volume to $argv[2]"
case "" -h --help
- echo "Usage: itunes