Skip to content

Commit

Permalink
Merge pull request cs3org#4693 from AlexAndBear/add-mimetype-for-sb3-…
Browse files Browse the repository at this point in the history
…files

Add mimetype for sb3 files
  • Loading branch information
butonic authored May 21, 2024
2 parents 99b0fd0 + a397a24 commit 8fb71ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/add-mimetype-for-sb3-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Add mimetype for sb3 files

We've added the matching mimetype for sb3 files

https://github.com/cs3org/reva/pull/4693
1 change: 1 addition & 0 deletions pkg/mime/mime.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ var mimeTypes = map[string]string{
"s3m": "audio/s3m",
"saf": "application/vnd.yamaha.smaf-audio",
"sass": "text/x-sass",
"sb3": "application/x.scratch.sb3",
"sbml": "application/sbml+xml",
"sc": "application/vnd.ibm.secure-container",
"scd": "application/x-msschedule",
Expand Down

0 comments on commit 8fb71ad

Please sign in to comment.