From f1e3c7a724158754c32d371fcbfbf0c1ac43fb8f Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 14 Sep 2024 13:43:45 -0300 Subject: docs: fixed typo in mpris.md --- docs/libraries/mpris.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libraries') 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 [ 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) -- cgit v1.2.3