audiobookshelf/server
Lars Kiesow aaede2752c
Don't list book twice in continue series
Sometimes, a book belongs to more than one series. If you listen to and
finish such a book, Audiobookshelf will list the next book in “Continue
Series” twice, right next to each other. That is not helpful.

This patch fixes the problem by not adding books to the list if they are
already in the list.
2023-01-13 00:50:04 +01:00
..
controllers Add:Option to disable backup of audio files in embed metadata tool #1370 2023-01-07 15:16:52 -06:00
finders Add MusicBrainz provider 2023-01-07 13:05:33 -06:00
libs Start of new epub reader 2023-01-01 18:09:00 -06:00
managers Fix:Backups to not backup temp db files 2023-01-08 09:59:24 -06:00
objects Fix:Force AAC when transcoding ALAC audio file streams #1372 2023-01-07 15:58:57 -06:00
providers Update:Handle badly formatted series sequence from Audible #1339 2023-01-07 16:33:20 -06:00
routers Add MusicBrainz provider 2023-01-07 13:05:33 -06:00
scanner Fix:Check if Windows before cleaning file path for POSIX separators #1254 2023-01-05 17:45:27 -06:00
utils Don't list book twice in continue series 2023-01-13 00:50:04 +01:00
Auth.js Update:Remove RSS feeds from login response payload and include feeds from library items request 2022-12-31 10:59:12 -06:00
Db.js Silence remove invalid sessions debug log 2023-01-08 09:15:11 -06:00
Logger.js Fix:Check if Windows before cleaning file path for POSIX separators #1254 2023-01-05 17:45:27 -06:00
Server.js Fix:Check if Windows before cleaning file path for POSIX separators #1254 2023-01-05 17:45:27 -06:00
SocketAuthority.js Update:Only emit library socket events to users with access to lib 2022-11-30 17:32:59 -06:00
Watcher.js Fix:Check if Windows before cleaning file path for POSIX separators #1254 2023-01-05 17:45:27 -06:00