mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix grouping of music files / just files.
This commit is contained in:
@@ -4234,6 +4234,7 @@ void ApiWrap::sendFiles(
|
||||
? type
|
||||
: SendMediaType::Photo;
|
||||
break;
|
||||
case Ui::PreparedFile::AlbumType::Music:
|
||||
case Ui::PreparedFile::AlbumType::Video:
|
||||
case Ui::PreparedFile::AlbumType::File:
|
||||
type = SendMediaType::File;
|
||||
|
Reference in New Issue
Block a user