Change "Switch User" to "Log Out Plex User: XYZ"
This commit is contained in:
parent
d8deb4919e
commit
8568e7e08e
3 changed files with 3 additions and 3 deletions
|
@ -395,7 +395,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Plex Entrypoint.py -->
|
<!-- Plex Entrypoint.py -->
|
||||||
<string id="39200">Switch Plex Home User</string>
|
<string id="39200">Log-out Plex Home User: </string>
|
||||||
<string id="39201">Settings</string>
|
<string id="39201">Settings</string>
|
||||||
<string id="39202">Network credentials</string>
|
<string id="39202">Network credentials</string>
|
||||||
<string id="39203">Refresh Plex playlists/nodes</string>
|
<string id="39203">Refresh Plex playlists/nodes</string>
|
||||||
|
|
|
@ -330,7 +330,7 @@
|
||||||
<string id="39048">"Aktuell": Staffel und Episode anfügen (z.B. S3E2)</string>
|
<string id="39048">"Aktuell": Staffel und Episode anfügen (z.B. S3E2)</string>
|
||||||
|
|
||||||
<!-- Plex Entrypoint.py -->
|
<!-- Plex Entrypoint.py -->
|
||||||
<string id="39200">Plex Home Benutzer wechseln</string>
|
<string id="39200">Plex Home Benutzer abmelden: </string>
|
||||||
<string id="39201">Einstellungen</string>
|
<string id="39201">Einstellungen</string>
|
||||||
<string id="39202">Netzwerk Credentials</string>
|
<string id="39202">Netzwerk Credentials</string>
|
||||||
<string id="39203">Plex Playlisten und Nodes zurücksetzen</string>
|
<string id="39203">Plex Playlisten und Nodes zurücksetzen</string>
|
||||||
|
|
|
@ -255,7 +255,7 @@ def doMainListing():
|
||||||
addDirectoryItem(label, path)
|
addDirectoryItem(label, path)
|
||||||
|
|
||||||
# Plex user switch
|
# Plex user switch
|
||||||
addDirectoryItem(string(39200),
|
addDirectoryItem(string(39200) + utils.window('plex_username'),
|
||||||
"plugin://plugin.video.plexkodiconnect/"
|
"plugin://plugin.video.plexkodiconnect/"
|
||||||
"?mode=switchuser")
|
"?mode=switchuser")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue