Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Oct 13, 2019
1 parent b4977cb commit aac2fd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.1.9
- only allow owned servers by default; can be disabled

0.1.8-2
- properly set device name on plex auth (esp. docker)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ optional arguments:
Connection timeout to the PMS (default: 5)
-pt PLEXTV_TIMEOUT, --plextv-timeout PLEXTV_TIMEOUT
Connection timeout to the Plex.TV API (default: 15)
--allow-not-owned [BOOL]
Allow access to not-owned servers? (default: False)
BOOL can be:
True: "y, yes, t, true, True, on, 1"
Expand Down
2 changes: 1 addition & 1 deletion kitana.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def maintenance():

class Kitana(object):
PRODUCT_IDENTIFIER = "Kitana"
VERSION = "0.1.8-2"
VERSION = "0.1.9"
CLIENT_IDENTIFIER_BASE = "{}_{}".format(PRODUCT_IDENTIFIER, VERSION)
initialized = False
timeout = 5
Expand Down

0 comments on commit aac2fd1

Please sign in to comment.