Skip to content

Commit e629c9c

Browse files
committed
[fix] Backend name for OGG mount source was wrong
1 parent cdf479b commit e629c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/ratarmountcore/mountsource/formats

core/ratarmountcore/mountsource/formats/ogg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def __init__(self, fileOrPath: Union[str, IO[bytes], Path], **options):
494494

495495
indexOptions = {
496496
'archiveFilePath': fileOrPath if isinstance(fileOrPath, str) else None,
497-
'backendName': 'PDFMountSource',
497+
'backendName': 'OGGMountSource',
498498
}
499499
super().__init__(**(options | indexOptions))
500500

0 commit comments

Comments
 (0)