diff --git a/data/js/tomahawk.js b/data/js/tomahawk.js index 6949a38b7..bdc64a616 100644 --- a/data/js/tomahawk.js +++ b/data/js/tomahawk.js @@ -308,7 +308,7 @@ Tomahawk.Resolver = { _adapter_init: function () { this._urlProtocol = this.settings.name.replace(/[^a-zA-Z]/g, '').toLowerCase(); - Tomahawk.addCustomUrlHandler(this._urlProtocol, 'getStreamUrl', true); + Tomahawk.addCustomUrlHandler(this._urlProtocol, '"_adapter_getStreamUrl', true); Tomahawk.log('Registered custom url handler for protocol "' + this._urlProtocol + '"'); this.init(); },