mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-30 02:41:45 +00:00
fixed version variable for analytics
This commit is contained in:
parent
97370cc8b3
commit
d34a170214
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ define(
|
|||
var piwik = window.Piwik.getTracker('http://piwik.nzbdrone.com/piwik.php', 1);
|
||||
piwik.setReferrerUrl('');
|
||||
piwik.setCustomUrl('http://local' + window.location.pathname);
|
||||
piwik.setCustomVariable(1, 'version', window.NzbDrone.version, 'page');
|
||||
piwik.setCustomVariable(1, 'version', window.NzbDrone.Version, 'page');
|
||||
piwik.trackPageView(title);
|
||||
}
|
||||
catch (e){
|
||||
|
|
Loading…
Reference in a new issue