ytsm
ytsm copied to clipboard
Import subscriptions from file should be done asynchronously.
Fetching subscription information is done synchronously, so for large files it can take a while to import everything. So the solution would be to move it to a background thread.