Skip to content

Commit 8524efb

Browse files
authored
Merge pull request #10 from tokyob0t/main
docs: fixed typo in mpris.md
2 parents 44c5814 + f1e3c7a commit 8524efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/libraries/mpris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if spotify.get_available():
8686
```lua [<i class="devicon-lua-plain"></i> Lua]
8787
local Mpris = require("lgi").require("AstalMpris")
8888

89-
local Mpris = Mpris.Player.new("spotify")
89+
local spotify = Mpris.Player.new("spotify")
9090

9191
if spotify.available then
9292
print(spotify.title)

0 commit comments

Comments
 (0)