Commit cabefa4f by bergquist

fix(playlist): fix for timespan -> interval

parent 1ec97e51
...@@ -33,7 +33,7 @@ function (angular) { ...@@ -33,7 +33,7 @@ function (angular) {
.then(function(playlist) { .then(function(playlist) {
return backendSrv.get('/api/playlists/' + playlistId + '/dashboards') return backendSrv.get('/api/playlists/' + playlistId + '/dashboards')
.then(function(dashboards) { .then(function(dashboards) {
playlistSrv.start(dashboards, playlist.timespan); playlistSrv.start(dashboards, playlist.interval);
}); });
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment