Skip to content

Commit

Permalink
native:
Browse files Browse the repository at this point in the history
 - rolled back unsued param
  • Loading branch information
lt-mayonesa committed Apr 12, 2019
1 parent 1a16a16 commit 6575e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/chrome-mpris2
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def main():
sys.exit("Your GLib version is too old")

parser = ArgumentParser("Implements the MPRIS2 interface for Chrome and Firefox.")
# parser.add_argument("unused", nargs="*", help="Unused.")
parser.add_argument("unused", nargs="*", help="Unused.")
parser.add_argument("--init-firefox", help="Install metadata required for Firefox.")
parser.add_argument("--init-chrome", help="Install metadata required for Google Chrome & Chromium.")

Expand Down

0 comments on commit 6575e0b

Please sign in to comment.