mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Change PMS beta update check URL
This commit is contained in:
parent
aa023f0166
commit
037e983350
2 changed files with 4 additions and 2 deletions
|
@ -2530,8 +2530,10 @@ $(document).ready(function() {
|
|||
.prop('selected', selected));
|
||||
}
|
||||
|
||||
var download_url = 'https://plex.tv/api/downloads/' + (plex_update_channel === 'plexpass' ? '5' : '1') + '.json?channel=' + plex_update_channel;
|
||||
|
||||
$.ajax({
|
||||
url: 'https://plex.tv/api/downloads/1.json?channel=' + plex_update_channel,
|
||||
url: download_url,
|
||||
type: 'GET',
|
||||
dataType: 'json',
|
||||
beforeSend: function (xhr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue