mirror of
https://github.com/n0stal6ic/unshackle-services.git
synced 2026-07-15 17:40:02 +02:00
Change default mpd-type from 'old' to 'new'
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class HULU(Service):
|
|||||||
@click.option(
|
@click.option(
|
||||||
"-mt", "--mpd-type",
|
"-mt", "--mpd-type",
|
||||||
type=click.Choice(["new", "old"], case_sensitive=False),
|
type=click.Choice(["new", "old"], case_sensitive=False),
|
||||||
default="old",
|
default="new",
|
||||||
help="Device profile to request (Old=166, New=210).",
|
help="Device profile to request (Old=166, New=210).",
|
||||||
)
|
)
|
||||||
@click.option("-m", "--movie", is_flag=True, default=False,
|
@click.option("-m", "--movie", is_flag=True, default=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user