AAndyProgram / SCrawler

🏳️‍🌈 Media downloader from any sites, including Twitter, Reddit, Instagram, Threads, Facebook, OnlyFans, YouTube, Pinterest, PornHub, XHamster, XVIDEOS, ThisVid etc.
https://discord.gg/uFNUXvFFmg
GNU General Public License v3.0
1.24k stars 81 forks source link

Can't Delete user or move once added to collection[BUG] #16

Closed TGJ64 closed 2 years ago

TGJ64 commented 2 years ago

If a user is added to a collection by mistake, there seems to be no option to remove the user from the collection.

Additionally, when selecting a collection and using the "Delete user / collection" option, selecting the user from the list of users within the collection does not delete the user account (in fact, nothing appears to happen). The similar menu for editing a user within a collection seems to work fine.

I am using 2.0.0.4, 64x architecture.

AAndyProgram commented 2 years ago

If a user is added to a collection by mistake, there seems to be no option to remove the user from the collection.

You can split the collection. Click the Delete button or right-click on the collection and select Delete user / collection. In the dialog box, click Delete button. Then click No, then Yes. Then You can create the collection again.

Additionally, when selecting a collection and using the "Delete user / collection" option, selecting the user from the list of users within the collection does not delete the user account (in fact, nothing appears to happen). The similar menu for editing a user within a collection seems to work fine.

You're right. I forgot to add code to this function. I'll fix it in the next version.

AAndyProgram commented 2 years ago

I found a bug. I've added code to delete a user that is in the collection, but it's not declared correctly. This will be fixed in the next release. I will also add the ability to remove a user from the collection without deletion.

https://github.com/AAndyProgram/SCrawler/blob/19373ec4ba0f4bcffbe7dcddc3fe825fc5a4b3d8/SCrawler/API/UserDataBind.vb#L351

AAndyProgram commented 2 years ago

Added

Fixed

Please update to the latest release