mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
@@ -1,5 +1,6 @@
|
||||
export const NONE = 'none';
|
||||
export const BOTH = 'both';
|
||||
export const HORIZONTAL = 'horizontal';
|
||||
export const VERTICAL = 'vertical';
|
||||
|
||||
export const all = [NONE, HORIZONTAL, VERTICAL];
|
||||
export const all = [NONE, HORIZONTAL, VERTICAL, BOTH];
|
||||
|
||||
Reference in New Issue
Block a user