mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 14:26:44 +01:00
Fix URL for download-cached service
This commit is contained in:
parent
88b57a631a
commit
a5bc7491e0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ angular.module('ponyfm').factory('download-cached', [
|
||||||
'$rootScope', '$http', '$log'
|
'$rootScope', '$http', '$log'
|
||||||
($rootScope, $http, $log) ->
|
($rootScope, $http, $log) ->
|
||||||
download = (type, id, format) ->
|
download = (type, id, format) ->
|
||||||
url = '/api/web/' + type + '/download-cached/' + id + '/' + format
|
url = '/api/web/' + type + '/cached/' + id + '/' + format
|
||||||
|
|
||||||
encodingComplete = (response) ->
|
encodingComplete = (response) ->
|
||||||
if response.data.url == null
|
if response.data.url == null
|
||||||
|
|
Loading…
Reference in a new issue