mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
feat: save program media versions to DB (#1379)
This commit is contained in:
committed by
GitHub
parent
4a53eba59d
commit
b7b9d914c2
@@ -13,8 +13,7 @@ import {
|
||||
addKnownMediaForServer,
|
||||
setSearchRequest,
|
||||
} from '../../store/programmingSelector/actions.ts';
|
||||
import type {
|
||||
RenderNestedGrid} from '../channel_config/MediaItemGrid.tsx';
|
||||
import type { RenderNestedGrid } from '../channel_config/MediaItemGrid.tsx';
|
||||
import {
|
||||
MediaItemGrid,
|
||||
type GridItemProps,
|
||||
@@ -150,6 +149,7 @@ export const LibraryProgramGrid = ({
|
||||
<ProgramGridItem
|
||||
key={gridItemProps.item.uuid}
|
||||
disableSelection={disableProgramSelection}
|
||||
persisted
|
||||
{...gridItemProps}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user