File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Shared/Toolkit/Format/Sniffers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ public struct ZABFormatSniffer: FormatSniffer {
74
74
let entries = container. entries
75
75
. filter {
76
76
$0. lastPathSegment? . hasPrefix ( " . " ) == false &&
77
- $0. lastPathSegment != " Thumbs.db " &&
78
- $0. pathExtension != " jpg " &&
79
- $0. pathExtension != . pdf
77
+ $0. lastPathSegment != " Thumbs.db " &&
78
+ $0. pathExtension != " jpg " &&
79
+ $0. pathExtension != . pdf
80
80
}
81
81
let containerExtensions = Set ( entries. compactMap ( \. pathExtension) )
82
82
guard
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public final class AudioParser: PublicationParser {
121
121
" xspf " ,
122
122
" zpl " ,
123
123
" jpg " ,
124
- " pdf "
124
+ " pdf " ,
125
125
]
126
126
127
127
return url. pathExtension == nil
You can’t perform that action at this time.
0 commit comments