mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
change movie and tv keys
as of TMDB types
This commit is contained in:
@@ -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 /> },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user