Skip to content

Commit

Permalink
removed added and watching
Browse files Browse the repository at this point in the history
  • Loading branch information
cjewell47 committed Mar 7, 2024
1 parent 79b692e commit c895303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions config/iplayer-web/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
};
4 changes: 0 additions & 4 deletions config/iplayer-web/app-myprogrammes-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
Expand Down

0 comments on commit c895303

Please sign in to comment.