mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
parent
580c9e2da8
commit
4940e5014d
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ class MediaManagement extends Component {
|
||||||
|
|
||||||
const fileDateOptions = [
|
const fileDateOptions = [
|
||||||
{ key: 'none', value: 'None' },
|
{ key: 'none', value: 'None' },
|
||||||
{ key: 'localAirDate', value: 'Local Air Date' },
|
{ key: 'albumReleaseDate', value: 'Album Release Date' }
|
||||||
{ key: 'utcAirDate', value: 'UTC Air Date' }
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue