docs: fixed typo in mpris.md

This commit is contained in:
Kevin
2024-09-14 13:43:45 -03:00
parent 44c58147fd
commit f1e3c7a724
+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)