Commit graph

10 commits

Author SHA1 Message Date
Casper Jeukendrup
ff0fa66982
Fix memory leak in LearnService
No need to use pointers, since asyncChannels already use shared_ptrs under the hood.
2022-02-28 18:25:57 +01:00
Casper Jeukendrup
50c8d68710
Eliminate more conversions between QString and std::string 2021-11-20 17:07:52 +01:00
Casper Jeukendrup
dd7929445d
Simplify working with Playlist struct in Learn module 2021-11-20 16:14:36 +01:00
Eism
bb753c661e Implemented parsing duration from iso format 2021-07-07 16:46:41 +02:00
Eism
f48be23fc6 Implemented notifying about playlists changed 2021-07-07 16:46:41 +02:00
Eism
fa187f163a Moved YouTube API key to gitHub secrets 2021-07-07 16:46:41 +02:00
Eism
eeb61a3cc8 Parsing received data via JsonDocument 2021-07-07 16:46:41 +02:00
Eism
cfa740655a Moved requesting playlists to another thread 2021-07-07 16:46:41 +02:00
Eism
f70a076a64 Implementing getting videos info 2021-07-07 16:46:41 +02:00
Eism
ca1c6b0657 Implemented getting playlists from youtube 2021-07-07 16:46:41 +02:00