1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 10:25:08 +01:00

Merge branch 'master' into piece-detail-mediaplayer

This commit is contained in:
vrde 2015-06-02 14:39:38 +02:00
commit 633f7f5b33

View File

@ -85,8 +85,8 @@ class Fetch {
get(url, params) { get(url, params) {
let paramsCopy = this._merge(params); let paramsCopy = this._merge(params);
let newUrl = this.prepareUrl(url, params); let newUrl = this.prepareUrl(url, params, true);
return this.request('get', newUrl, true); return this.request('get', newUrl);
} }
post(url, params) { post(url, params) {