diff options
author | Aylur <[email protected]> | 2024-09-14 18:48:55 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-14 18:48:55 +0200 |
commit | 8524efb6dadd403218bbbba2cc94c4cb1e0e3070 (patch) | |
tree | f134e36d061ca864fc76f0ce61e53f79b9c50623 | |
parent | 44c58147fd52b4d1cc1462ea2c3c03a01419b5b4 (diff) | |
parent | f1e3c7a724158754c32d371fcbfbf0c1ac43fb8f (diff) |
Merge pull request #10 from tokyob0t/main
docs: fixed typo in mpris.md
-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) |