mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
continue watching menu items fixed
This commit is contained in:
parent
c04236d7e8
commit
bc19642674
1 changed files with 2 additions and 2 deletions
|
|
@ -6,11 +6,11 @@ const styles = require('./styles');
|
|||
const CONTINUE_WATCHING_MENU = [
|
||||
{
|
||||
label: 'Play',
|
||||
type: 'play'
|
||||
value: 'play'
|
||||
},
|
||||
{
|
||||
label: 'Dismiss',
|
||||
type: 'dismiss'
|
||||
value: 'dismiss'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue