diff --git a/channels/polpotv.json b/channels/polpotv.json index e47c4dca..25ee68ce 100644 --- a/channels/polpotv.json +++ b/channels/polpotv.json @@ -4,19 +4,9 @@ "language": ["ita"], "active": true, "adult": false, - "thumbnail": "https://polpo.tv/build/assets/apple-touch-icon-152x152.png", - "banner": "https://polpo.tv/build/assets/apple-touch-icon-152x152.png", - "categories": [ - "movie" - ], - "settings": [ - { - "id": "include_in_global_search", - "type": "bool", - "label": "Includi ricerca globale", - "default": false, - "enabled": false, - "visible": true - } - ] + "thumbnail": "polpotv.png", + "banner": "polpotv.png", + "categories": ["movie"], + "not_active":["include_in_newest"], + "settings": [] } diff --git a/resources/media/channels/banner/polpotv.png b/resources/media/channels/banner/polpotv.png new file mode 100644 index 00000000..c5a153df Binary files /dev/null and b/resources/media/channels/banner/polpotv.png differ diff --git a/resources/media/channels/thumb/polpotv.png b/resources/media/channels/thumb/polpotv.png new file mode 100644 index 00000000..8b4d3943 Binary files /dev/null and b/resources/media/channels/thumb/polpotv.png differ