mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
last
This commit is contained in:
parent
b1a58fab59
commit
73ace79bed
1 changed files with 16 additions and 0 deletions
|
@ -190,4 +190,20 @@ PartiallyAvailableTv.args = {
|
|||
mediaId: '603',
|
||||
releaseDate: new Date(2020, 1, 1),
|
||||
} as IRecentlyRequested,
|
||||
};
|
||||
|
||||
export const TvNoUsername = Template.bind({});
|
||||
// More on args: https://storybook.js.org/docs/angular/writing-stories/args
|
||||
PartiallyAvailableTv.args = {
|
||||
request: {
|
||||
title: 'For All Mankind',
|
||||
approved: true,
|
||||
available: false,
|
||||
tvPartiallyAvailable: true,
|
||||
requestDate: new Date(2022, 1, 1),
|
||||
userId: '12345',
|
||||
type: RequestType.tvShow,
|
||||
mediaId: '603',
|
||||
releaseDate: new Date(2020, 1, 1),
|
||||
} as IRecentlyRequested,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue