Add seriesTitle to documentation
This commit is contained in:
parent
19f0a3cc7d
commit
15f2651b20
1 changed files with 2 additions and 1 deletions
|
|
@ -13,12 +13,13 @@ const groups = {
|
|||
'gui': 'GUI:'
|
||||
};
|
||||
|
||||
export type AvailableFilenameVars = 'title' | 'episode' | 'showTitle' | 'season' | 'width' | 'height' | 'service'
|
||||
export type AvailableFilenameVars = 'title' | 'episode' | 'showTitle' | 'seriesTitle' | 'season' | 'width' | 'height' | 'service'
|
||||
|
||||
const availableFilenameVars: AvailableFilenameVars[] = [
|
||||
'title',
|
||||
'episode',
|
||||
'showTitle',
|
||||
'seriesTitle',
|
||||
'season',
|
||||
'width',
|
||||
'height',
|
||||
|
|
|
|||
Loading…
Reference in a new issue