Phan An
Phan An
To be fair I'm not 100% sure if this error is related to what you reported originally. Creating a smart playlist doesn't involve writing any images. Can you try creating...
Yeah, you have a permission issue there somehow.
If in `/app/Listeners/DeleteNonExistingRecordsPostSync.php` you replace the `handle()` method body with: ```php $paths = $event->results ->valid() ->map(static fn (SyncResult $result) => $result->path) ->merge($this->songRepository->getAllHostedOnS3()->pluck('path')) ->toArray(); \Log::info($paths); // the following line must be...
Ah, just like I suspected. Will try to issue a fix. On Mon 28. Nov 2022 at 18:47 Вадим ***@***.***> wrote: > Here is the output: > > [2022-11-28 17:45:32]...
@Vadim-vg Does #1605 fix the problem?
Super late (sorry!) but I've submitted v2 with a ton of improvements to Google Play :)
It's still under review 😄
Please try the new v2 which includes a lot of bug fixes and improvements.
PR welcomed.
Fixed on `master` branch.