Skip to content

opensubtitles: Use asynchronous tasks for searching/downloading subtitles.

Krifa75 requested to merge Krifa75/totem:opensubtitles-use-async into master

With PyGobject we can use GTask to create asynchronous task.
It avoids us to create threads and check every 350ms if it's done or not.

Thanks 😄

Merge request reports