mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 01:14:23 +00:00
Rename struct
This commit is contained in:
parent
12e366c240
commit
d569471334
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
package models
|
package models
|
||||||
|
|
||||||
type Table struct {
|
type Couple struct {
|
||||||
AnchorTimeMs uint32
|
AnchorTimeMs uint32
|
||||||
SongID uint32
|
SongID uint32
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue