From c895303cb23392c9229fc7aeb770ea6075eb4beb Mon Sep 17 00:00:00 2001 From: Charlie Jewell Date: Thu, 7 Mar 2024 15:14:48 +0000 Subject: [PATCH] removed added and watching --- config/iplayer-web/all.js | 6 +----- config/iplayer-web/app-myprogrammes-test.js | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/config/iplayer-web/all.js b/config/iplayer-web/all.js index 5ae6e6a..11be182 100644 --- a/config/iplayer-web/all.js +++ b/config/iplayer-web/all.js @@ -24,14 +24,10 @@ module.exports = { ...playback.paths, ...guide.paths, ...atoz.paths, - '/iplayer/watching', - '/iplayer/added', '/bbcfour/collections' ], signedInPaths: [ ...bundles.signedInPaths, - ...myprogrammes.signedInPaths, - '/iplayer/watching', - '/iplayer/added' + ...myprogrammes.signedInPaths ] }; diff --git a/config/iplayer-web/app-myprogrammes-test.js b/config/iplayer-web/app-myprogrammes-test.js index 62656ef..4ddd436 100644 --- a/config/iplayer-web/app-myprogrammes-test.js +++ b/config/iplayer-web/app-myprogrammes-test.js @@ -6,16 +6,12 @@ module.exports = { options, baseUrl, paths: [ - '/iplayer/added', '/iplayer/recommendations', - '/iplayer/watching', '/iplayer/watchlist', '/iplayer/continue-watching' ], signedInPaths: [ - '/iplayer/added', '/iplayer/recommendations', - '/iplayer/watching', '/iplayer/watchlist', '/iplayer/continue-watching' ]