mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
New: button on update notification to go to change log
This commit is contained in:
@@ -76,11 +76,12 @@
|
||||
<div id="errors"></div>
|
||||
<script type="text/javascript">
|
||||
window.NzbDrone = {
|
||||
ApiRoot: 'API_ROOT',
|
||||
ApiKey : 'API_KEY',
|
||||
Version: 'APP_VERSION',
|
||||
Branch : 'APP_BRANCH',
|
||||
Analytics: APP_ANALYTICS
|
||||
ApiRoot : 'API_ROOT',
|
||||
ApiKey : 'API_KEY',
|
||||
Version : 'APP_VERSION',
|
||||
Branch : 'APP_BRANCH',
|
||||
Analytics : APP_ANALYTICS,
|
||||
UrlBase : 'URL_BASE'
|
||||
};
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user