fix: mp4ba URL 错误导致无法获取内容的 Bug (#2893)

This commit is contained in:
wolfyu1991
2019-08-20 18:50:54 +08:00
committed by DIYgod
parent 3976a3a8ad
commit 8a445bbb85
+1 -1
View File
@@ -31,7 +31,7 @@ class ParamType {
if (!this._url) {
switch (this._type) {
case ParamType.paramType.type:
url = `${baseUrl}/index/index/lists/catid/${this._param}/`;
url = `${baseUrl}/index/index/lists/catid/${this._param}.html`;
break;
case ParamType.paramType.search:
url = `${baseUrl}/index.php?m=search&q=${this._param}`;