Merge pull request #10 from tokyob0t/main

docs: fixed typo in mpris.md
This commit is contained in:
Aylur
2024-09-14 18:48:55 +02:00
committed by GitHub
+1 -1
View File
@@ -86,7 +86,7 @@ if spotify.get_available():
```lua [<i class="devicon-lua-plain"></i> Lua]
local Mpris = require("lgi").require("AstalMpris")
local Mpris = Mpris.Player.new("spotify")
local spotify = Mpris.Player.new("spotify")
if spotify.available then
print(spotify.title)