1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00
ums_ynh/conf/VirtualFolders.conf.default
2021-04-10 19:29:50 +02:00

12 lines
No EOL
282 B
Text

[
{
"name":"Virtual Folder Name",
"addToMediaLibrary":"true",
"files":["D:\\Path\\To\\Folder","D:\\Path\\To\\Another\\Folder"]
},
{
"name":"Another Virtual Folder Name",
"addToMediaLibrary":"true",
"files":["D:\\Path\\To\\Folder","D:\\Path\\To\\Another\\Folder"]
}
]