We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44c5814 + f1e3c7a commit 8524efbCopy full SHA for 8524efb
docs/libraries/mpris.md
@@ -86,7 +86,7 @@ if spotify.get_available():
86
```lua [<i class="devicon-lua-plain"></i> Lua]
87
local Mpris = require("lgi").require("AstalMpris")
88
89
-local Mpris = Mpris.Player.new("spotify")
+local spotify = Mpris.Player.new("spotify")
90
91
if spotify.available then
92
print(spotify.title)
0 commit comments