@glissandoo/lib 1.17.6 → 1.17.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,7 +26,7 @@ class ThemeFilePath {
|
|
|
26
26
|
return this.ext === '.pdf';
|
|
27
27
|
}
|
|
28
28
|
get isAudio() {
|
|
29
|
-
return this.ext
|
|
29
|
+
return audios_1.audioExtensions.includes(this.ext);
|
|
30
30
|
}
|
|
31
31
|
get section() {
|
|
32
32
|
return new Section_1.default(this.sectionId, this.lang);
|