Files
TorrServerJellyfin/web/src/torrentStates.js
2021-06-08 14:12:32 +03:00

2 lines
79 B
JavaScript

export const [GETTING_INFO, PRELOAD, WORKING, CLOSED, IN_DB] = [1, 2, 3, 4, 5]