Open mickmister opened 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
fileInfo.extension
Need to manually parse file name here instead of using the extension field
extension
https://github.com/mickmister/mattermost-plugin-mattermusic/blob/e9386a08b7f285ae081f097a48f93052ffc7a4b4/webapp/src/util/file_types.ts#L13
SoundTown music player not recognizing file extension, because
fileInfo.extension
is empty string here for some reason https://soundtown.app/jam-squad/pl/3idxfb193irb7dhjrj4ax19qgaNeed to manually parse file name here instead of using the
extension
fieldhttps://github.com/mickmister/mattermost-plugin-mattermusic/blob/e9386a08b7f285ae081f097a48f93052ffc7a4b4/webapp/src/util/file_types.ts#L13