jamtools / mattermost-plugin-mattermusic

Apache License 2.0
2 stars 0 forks source link

Use fileInfo.name instead of fileInfo.extension for FileViewOverride #57

Open mickmister opened 1 year ago

mickmister commented 1 year ago

SoundTown music player not recognizing file extension, because fileInfo.extension is empty string here for some reason https://soundtown.app/jam-squad/pl/3idxfb193irb7dhjrj4ax19qga

Need to manually parse file name here instead of using the extension field

https://github.com/mickmister/mattermost-plugin-mattermusic/blob/e9386a08b7f285ae081f097a48f93052ffc7a4b4/webapp/src/util/file_types.ts#L13