FichteFoll / discordrp-mpris

Discord Rich Presence through media players providing the mpris2 dbus interface
MIT License
86 stars 19 forks source link

Use `Dict` instead of `dict` as generic typehint #30

Closed Vftdan closed 2 years ago

Vftdan commented 2 years ago

Fixes https://github.com/FichteFoll/discordrp-mpris/issues/29

FichteFoll commented 2 years ago

Well, that's what you get for not running CI on all supported platform versions. Thanks for the fix.