zachsaw / MPDN_Extensions

Media Player .Net (MPDN) Open Source Extensions
Other
58 stars 18 forks source link

Fix incorrect RemoveFile method #241

Closed DeadlyEmbrace closed 6 years ago

DeadlyEmbrace commented 6 years ago
Garteal commented 6 years ago

The idea behind that was to support a feature request which removes the file after playback has completed, and for some reason I decided to put it there. I didn't know the RemoteControl extension used the same function. In that case your change is definitely the right one. I'll merge it and make a fix for the aforementioned feature later.

Thanks for the fix!