Files
jellyfin-web/src/controllers/lyrics.types.ts
T
2024-06-09 13:03:07 +08:00

6 lines
77 B
TypeScript

export enum AutoScroll {
NoScroll = 0,
Smooth = 1,
Instant = 2
}