Browse Source

Added machine ID to plex server list dropdown

causefx 7 years ago
parent
commit
8a22d47c30
2 changed files with 2 additions and 0 deletions
  1. 2 0
      js/custom.js
  2. 0 0
      js/custom.min.js

+ 2 - 0
js/custom.js

@@ -1266,6 +1266,7 @@ $(document).on("click", ".getPlexMachineSSO", function () {
                         if($(this).attr('owned') == 1){
                             var name = $(this).attr('name');
                             var machine = $(this).attr('machineIdentifier');
+                            name = name + ' [' + machine + ']';
                             machines += '<option value="'+machine+'">'+name+'</option>';
                         }
                     });
@@ -1351,6 +1352,7 @@ $(document).on("click", ".getPlexMachineAuth", function () {
                         if($(this).attr('owned') == 1){
                             var name = $(this).attr('name');
                             var machine = $(this).attr('machineIdentifier');
+                            name = name + ' [' + machine + ']';
                             machines += '<option value="'+machine+'">'+name+'</option>';
                         }
                     });

File diff suppressed because it is too large
+ 0 - 0
js/custom.min.js


Some files were not shown because too many files changed in this diff