mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +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 = [
|
const CONTINUE_WATCHING_MENU = [
|
||||||
{
|
{
|
||||||
label: 'Play',
|
label: 'Play',
|
||||||
type: 'play'
|
value: 'play'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Dismiss',
|
label: 'Dismiss',
|
||||||
type: 'dismiss'
|
value: 'dismiss'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue