1
0
dwelling-radio/internal/radio
2023-10-04 18:10:17 +04:00
..
listener_counter.go A file listeners.go was renamed to listener_counter.go. 2023-10-02 04:33:11 +04:00
mostlistened.go Updated CheckAndUpdateMostListenedSong() func. 2023-10-02 15:04:51 +04:00
playlist.go Decided to implement an inotify watcher for a playlist file. Dunno if it works correctly, but it seems like, not tested yet. 2023-10-01 06:44:36 +04:00
song.go In song.go: added comments; embed sync.Mutex in SongList instead of having it as a field; changed a json field name duration_milliseconds to duration_msec; listMaxLen field was renamed to maxLen; Len() was renamed to MaxLen(). 2023-10-04 18:10:17 +04:00