mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Add support for Spotify (squashed commit), and:
- Try to not return items which a client can't play
- Remove inotify subscription to IN_MODIFY and IN_CREATE
- Fix crash on unknown codec type in transcode.c
- Probably added some new bugs...
This commit is contained in:
@@ -26,8 +26,9 @@
|
||||
#define L_LAUDIO 17
|
||||
#define L_DMAP 18
|
||||
#define L_DBPERF 19
|
||||
#define L_SPOTIFY 20
|
||||
|
||||
#define N_LOGDOMAINS 20
|
||||
#define N_LOGDOMAINS 21
|
||||
|
||||
/* Severities */
|
||||
#define E_FATAL 0
|
||||
|
||||
Reference in New Issue
Block a user