Commit e8a713c
authored
perf: Use limited pattern for live track title checks
Splits out pattern for detection of live tracks and uses it instead of
using `guessTypesFromTitle` which checks titles against other formats
meant for the release title. This should also be better for performance
since additional/unnecessary pattern matching is avoided.1 parent b9818f3 commit e8a713c
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
78 | | - | |
79 | | - | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
0 commit comments