change movie and tv keys

as of TMDB types
This commit is contained in:
nikk gitanes
2024-04-07 05:22:30 +03:00
parent bf1af8d0a0
commit 139874bd46

View File

@@ -4,8 +4,8 @@ import MusicNoteIcon from '@material-ui/icons/MusicNote'
import MoreHorizIcon from '@material-ui/icons/MoreHoriz' import MoreHorizIcon from '@material-ui/icons/MoreHoriz'
export const TORRENT_CATEGORIES = [ export const TORRENT_CATEGORIES = [
{ key: 'movies', name: 'Movies', icon: <MovieCreationIcon /> }, { key: 'movie', name: 'Movies', icon: <MovieCreationIcon /> },
{ key: 'series', name: 'Series', icon: <LiveTvIcon /> }, { key: 'tv', name: 'Series', icon: <LiveTvIcon /> },
{ key: 'music', name: 'Music', icon: <MusicNoteIcon /> }, { key: 'music', name: 'Music', icon: <MusicNoteIcon /> },
{ key: 'other', name: 'Other', icon: <MoreHorizIcon /> }, { key: 'other', name: 'Other', icon: <MoreHorizIcon /> },
] ]