Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed May 16, 2021
1 parent 1ef75f1 commit 8e18506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromecast_mpris/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def get_desktop_entry(self) -> str:
path = \
DESKTOP_FILE_LIGHT if self.light_icon else DESKTOP_FILE_DARK

# mpris requires stripped of suffix
# mpris requires stripped suffix
path = path.with_suffix('')

return str(path)
Expand Down

0 comments on commit 8e18506

Please sign in to comment.