cyp/app/js/conf.js
2020-03-17 22:02:12 +01:00

5 lines
140 B
JavaScript

export const artSize = 96;
export const ytPath = "_youtube";
export let ytLimit = 3;
export function setYtLimit(limit) { ytLimit = limit; }