1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00
This commit is contained in:
aymhce 2018-03-12 23:59:21 +01:00
parent ebe543cbd1
commit e967495db1

View file

@ -106,7 +106,7 @@ INSERT INTO `user_preference` (`user`, `preference`, `value`) VALUES
INSERT INTO `catalog` (`id`, `name`, `catalog_type`, `last_update`, `last_clean`, `last_add`, `enabled`, `rename_pattern`, `sort_pattern`, `gather_types`) VALUES
(1, 'Yunohost Music', 'local', 0, NULL, NULL, 1, '%T - %t', '%a/%A', 'music');
(1, 'Yunohost Music', 'local', 0, NULL, 0, 1, '%T - %t', '%a/%A', 'music');
INSERT INTO `catalog_local` (`id`, `path`, `catalog_id`) VALUES
(1, '/home/yunohost.multimedia/share/Music', 1);