Complete refactoring for rktplayer, in order to make it play on DLNA renderers and also use UpNP media server resources.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#lang racket/base
|
||||
|
||||
(provide (struct-out track-tag-data))
|
||||
|
||||
(struct track-tag-data
|
||||
(title artist album number length)
|
||||
#:prefab)
|
||||
Reference in New Issue
Block a user