diff options
author | Kevin <[email protected]> | 2024-09-14 13:43:45 -0300 |
---|---|---|
committer | Kevin <[email protected]> | 2024-09-14 13:43:45 -0300 |
commit | f1e3c7a724158754c32d371fcbfbf0c1ac43fb8f (patch) | |
tree | f134e36d061ca864fc76f0ce61e53f79b9c50623 /docs | |
parent | 44c58147fd52b4d1cc1462ea2c3c03a01419b5b4 (diff) |
docs: fixed typo in mpris.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libraries/mpris.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libraries/mpris.md b/docs/libraries/mpris.md index b4f30ca..dfe7956 100644 --- a/docs/libraries/mpris.md +++ b/docs/libraries/mpris.md @@ -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) |