1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Be more explicit about which getStreamUrl function to call

This commit is contained in:
Dominik Schmidt
2015-10-27 13:31:37 +01:00
parent 2bb787b930
commit 866d9b6af3

View File

@@ -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();
},