From e2346e911902d3c6ed65021efbac74ff689d488b Mon Sep 17 00:00:00 2001 From: Ozan Karaali Date: Sun, 11 Dec 2022 01:59:25 +0100 Subject: [PATCH] Channel data refresh fix --- README.md | 7 ++++--- package.json | 2 +- src/App.jsx | 6 +----- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b04cf61..84c2be7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# PiTV - STB Client +# PiTV - IPTV and STB Client -A cross-platform STB player client. +A cross-platform IPTV and STB player client. ## Installation @@ -15,7 +15,8 @@ cd PiTV && yarn && yarn make ## Usage -You need to enter your IPTV provider's details to Settings. When you save, if your authentication works, you will directly see the channel lists on the left side. Select a channel and it will begin shorty. +You could use this software as a IPTV player or as a STB client. It bundles [a list of publicly available IPTV channels](https://github.com/iptv-org/iptv) from around the world for you to start quickly using or test the application. You can delete that playlist entry if you want from your computer after registering your playlists / STB player details. +For further usage you need to enter your M3U Playlist or IPTV provider's STB player details to "Settings". When you save, if your authentication works, you will directly see the channel lists on the left side. Select a channel and it will begin shortly. Screen Shot 2021-03-04 at 00 20 09 Screen Shot 2021-03-04 at 00 20 20 diff --git a/package.json b/package.json index 465fa18..15536aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "PiTV", - "version": "1.1.0", + "version": "1.1.1", "description": "A cross-platform STB (IPTV) player client.", "main": ".webpack/main", "scripts": { diff --git a/src/App.jsx b/src/App.jsx index 29db73a..56abfa7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -48,11 +48,7 @@ const App = () => {
- { - setReload(!reload) // TODO: better reload - } - }/> +