Text styling, download fix, small bugs
This commit is contained in:
parent
109fc6f54b
commit
6f250df004
8 changed files with 110 additions and 48 deletions
|
@ -543,6 +543,10 @@ class Download {
|
|||
'cover': _cover,
|
||||
'trackNumber': track.trackNumber
|
||||
});
|
||||
//Rescan android library
|
||||
await platformChannel.invokeMethod('rescanLibrary', {
|
||||
'path': path
|
||||
});
|
||||
}
|
||||
//Remove encrypted
|
||||
await File(path + '.ENC').delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue