mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(frontend): add Discovery+ to network slider (#2345)
* feat(frontend): add Discovery+ to network slider * Make filter consistent with other networks, and update image path
This commit is contained in:
@@ -50,6 +50,12 @@ const networks: Network[] = [
|
|||||||
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/tuomPhY2UtuPTqqFnKMVHvSb724.png',
|
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/tuomPhY2UtuPTqqFnKMVHvSb724.png',
|
||||||
url: '/discover/tv/network/49',
|
url: '/discover/tv/network/49',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Discovery+',
|
||||||
|
image:
|
||||||
|
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/1D1bS3Dyw4ScYnFWTlBOvJXC3nb.png',
|
||||||
|
url: '/discover/tv/network/4353',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'ABC',
|
name: 'ABC',
|
||||||
image:
|
image:
|
||||||
|
Reference in New Issue
Block a user