mirror of
https://github.com/zoriya/astal.git
synced 2026-06-02 18:20:48 +00:00
docs: fixed typo in mpris.md
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user