mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
fix sql
This commit is contained in:
parent
ebe543cbd1
commit
e967495db1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue