Skip to content

Commit

Permalink
[moode-sqlite3] Set AP fallback to No for librespot 5
Browse files Browse the repository at this point in the history
  • Loading branch information
moodeaudio committed Oct 16, 2024
1 parent d0d2fd8 commit ccc0f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/local/www/db/moode-sqlite3.db.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- File generated with SQLiteStudio v3.4.4 on Tue Oct 15 10:49:18 2024
-- File generated with SQLiteStudio v3.4.4 on Wed Oct 16 07:57:05 2024
--
-- Text encoding used: UTF-8
--
Expand Down Expand Up @@ -511,7 +511,7 @@ INSERT INTO cfg_spotify (id, param, value) VALUES (12, 'normalization_knee', '1'
INSERT INTO cfg_spotify (id, param, value) VALUES (13, 'format', 'S16');
INSERT INTO cfg_spotify (id, param, value) VALUES (14, 'dither', '');
INSERT INTO cfg_spotify (id, param, value) VALUES (15, 'volume_range', '60');
INSERT INTO cfg_spotify (id, param, value) VALUES (16, 'ap_fallback', 'Yes');
INSERT INTO cfg_spotify (id, param, value) VALUES (16, 'ap_fallback', 'No');

-- Table: cfg_ssid
CREATE TABLE cfg_ssid (id INTEGER PRIMARY KEY, ssid CHAR (32), uuid CHAR (32), psk CHAR (32), method CHAR (32), ipaddr CHAR (32), netmask CHAR (32), gateway CHAR (32), pridns CHAR (32), secdns CHAR (32));
Expand Down

0 comments on commit ccc0f8f

Please sign in to comment.