diff --git a/README.md b/README.md index fcc354180..217412aab 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ https://github.com/CatVodTVOfficial/CatVodTVJarLoader ### 點播欄位
searchable:搜索 (0:關閉、1:啟用)
-filterable:篩選 (0:關閉、1:啟用)
changeable:換源 (0:關閉、1:啟用)
playerType:播放器 (1:IJK、2:EXO)
diff --git a/other/sample/vod/offline.json b/other/sample/vod/offline.json
index d72d8f471..7b2c32965 100644
--- a/other/sample/vod/offline.json
+++ b/other/sample/vod/offline.json
@@ -7,7 +7,6 @@
"type": 3,
"api": "csp_Csp",
"searchable": 1,
- "filterable": 1,
"changeable": 1,
"ext": "file://Download/one.json"
},
@@ -17,7 +16,6 @@
"type": 3,
"api": "csp_Csp",
"searchable": 1,
- "filterable": 1,
"changeable": 1,
"ext": "file://Download/two.json"
},
@@ -27,7 +25,6 @@
"type": 3,
"api": "csp_Csp",
"searchable": 1,
- "filterable": 1,
"changeable": 1,
"ext": "file://Download/extend.json",
"jar": "file://Download/extend.jar"
diff --git a/other/sample/vod/online.json b/other/sample/vod/online.json
index 845874731..a41da0980 100644
--- a/other/sample/vod/online.json
+++ b/other/sample/vod/online.json
@@ -7,7 +7,6 @@
"type": 3,
"api": "csp_Csp",
"searchable": 1,
- "filterable": 1,
"changeable": 1,
"ext": "https://github.com/one.json"
},
@@ -17,7 +16,6 @@
"type": 3,
"api": "csp_Csp",
"searchable": 1,
- "filterable": 1,
"changeable": 1,
"ext": "https://github.com/two.json"
},
@@ -27,7 +25,6 @@
"type": 3,
"api": "csp_Csp",
"searchable": 1,
- "filterable": 1,
"changeable": 1,
"ext": "https://github.com/extend.json",
"jar": "https://github.com/extend.jar"