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 library-ref))
|
||||
|
||||
(struct library-ref
|
||||
(library-id kind version)
|
||||
#:prefab)
|
||||
Reference in New Issue
Block a user