Lzyct / media_scanner

Media scanner is library for scan new Media in Gallery
MIT License
5 stars 11 forks source link

Feature: add functionality to refresh gallery after deleting items #1

Closed pavanjoshi914 closed 2 years ago

pavanjoshi914 commented 2 years ago

Currently plugin only handles refresh after something is added and not if something is deleted

Lzyct commented 2 years ago

Currently plugin only handles refresh after something is added and not if something is deleted

Have you tried the same function when you add a new Photo/Video?

MediaScanner.loadMedia(path: "delete_file_path");

pavanjoshi914 commented 2 years ago

Currently plugin only handles refresh after something is added and not if something is deleted

Have you tried the same function when you add a new Photo/Video?

MediaScanner.loadMedia(path: "delete_file_path");

Yeah, It's working! thanks!