mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
parent
c7ef370060
commit
8ad38fe3af
4 changed files with 22 additions and 6 deletions
|
@ -123,7 +123,9 @@ class NamingModal extends Component {
|
|||
|
||||
{ token: '{Album CleanTitle}', example: 'Album Title' },
|
||||
{ token: '{Album.CleanTitle}', example: 'Album.Title' },
|
||||
{ token: '{Album_CleanTitle}', example: 'Album_Title' }
|
||||
{ token: '{Album_CleanTitle}', example: 'Album_Title' },
|
||||
|
||||
{ token: '{Album Type}', example: 'Album Type' }
|
||||
];
|
||||
|
||||
const mediumTokens = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue