mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-15 14:38:17 +08:00
Initial commit
This commit is contained in:
8
player/user.go
Normal file
8
player/user.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package player
|
||||
|
||||
type User struct {
|
||||
Name string
|
||||
}
|
||||
|
||||
var PlaylistUser = &User{Name: "Playlist"}
|
||||
var SystemUser = &User{Name: "System"}
|
||||
Reference in New Issue
Block a user