Bladeren bron

Removed "the" from MPRIS commands

It was slightly awkward to say, and probably didn't help recognition
any.
Clara Hobbs 7 jaren geleden
bovenliggende
commit
ec1f2b8833
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4
    4
      kayleevc/plugins/mpris.py

+ 4
- 4
kayleevc/plugins/mpris.py Bestand weergeven

@@ -38,10 +38,10 @@ class Plugin(PluginBase):
38 38
         self.commands = {
39 39
             'next song': self._next,
40 40
             'next video': self._next,
41
-            'pause the music': self._pause,
42
-            'pause the video': self._pause,
43
-            'play the music': self._play,
44
-            'play the video': self._play,
41
+            'pause music': self._pause,
42
+            'pause video': self._pause,
43
+            'play music': self._play,
44
+            'play video': self._play,
45 45
             'previous song': self._previous,
46 46
             'previous video': self._previous
47 47
         }

Laden…
Annuleren
Opslaan