Skip to content

Commit c35185f

Browse files
committed
Update prober to accept grp1 as an alternative tag to grouping #3681
1 parent 9774b2c commit c35185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/prober.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function parseTags(format, verbose) {
189189
file_tag_genre: tryGrabTags(format, 'genre', 'tcon', 'tco'),
190190
file_tag_series: tryGrabTags(format, 'series', 'show', 'mvnm'),
191191
file_tag_seriespart: tryGrabTags(format, 'series-part', 'episode_id', 'mvin', 'part'),
192-
file_tag_grouping: tryGrabTags(format, 'grouping'),
192+
file_tag_grouping: tryGrabTags(format, 'grouping', 'grp1'),
193193
file_tag_isbn: tryGrabTags(format, 'isbn'), // custom
194194
file_tag_language: tryGrabTags(format, 'language', 'lang'),
195195
file_tag_asin: tryGrabTags(format, 'asin', 'audible_asin'), // custom

0 commit comments

Comments
 (0)