and3rson / clay

Awesome standalone command line player for Google Play Music.
GNU General Public License v3.0
157 stars 11 forks source link

Added page for stations #21

Closed Fluctuz closed 6 years ago

Fluctuz commented 6 years ago

The stations page displays the subscribed radio stations of a user. The station list and the station tracks are loaded asynchronously. When reloading a station, new tracks are fetched(like reloading a station on a smartphone). This behavior could be easily changed to cache the tracks instead. When the last track(default 50th track) in a station is reached, the station does NOT reload/load further the station.

and3rson commented 6 years ago

Wow, nice job!

I'm going to review the PR tomorrow, thank you for your hard work!

and3rson commented 6 years ago

Hi @Fluctuz, this looks great! Can you please fix the code style issues?

and3rson commented 6 years ago

I'm going to fix it in local branch. Thanks for your contribution!