1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-02-16 10:20:09 +01:00
audiobookshelf/server/utils
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
..
parsers Add:OPF file pulls ASIN and subtitle 2023-01-02 10:47:13 -06:00
abmetadataGenerator.js Fix:Series sequence parsed from metadata.abs allow non-numerical characters 2023-01-04 15:55:02 -06:00
areEquivalent.js New model update details, author and series inputs with create new, compare & copy utils 2022-03-11 19:46:32 -06:00
constants.js Update:Default library view to detail instead of bookshelf view & update settings copy 2022-10-22 09:13:20 -05:00
dbMigration.js Fix:Check if Windows before cleaning file path for POSIX separators 2023-01-05 17:45:27 -06:00
downloadWorker.js Remove fluent-ffmpeg dependency 2022-07-06 17:38:19 -05:00
ffmpegHelpers.js Add:Option to disable backup of audio files in embed metadata tool 2023-01-07 15:16:52 -06:00
filePerms.js Remove fs-extra dependency 2022-07-05 19:53:01 -05:00
fileUtils.js Fix filePathToPOSIX used in scan, updates for music track page 2023-01-06 17:10:55 -06:00
globals.js Add:Support for webm and webma audio files 2022-10-20 17:24:51 -05:00
hlsPlaylistGenerator.js Remove fs-extra dependency 2022-07-05 19:53:01 -05:00
htmlEntities.js Ability to decode HTML Entities when all tags are stripped. Fixes 2022-08-30 19:20:35 -04:00
htmlSanitizer.js Optional match on ending ; 2022-08-30 21:15:18 -04:00
index.js Add:Option to disable backup of audio files in embed metadata tool 2023-01-07 15:16:52 -06:00
libraryHelpers.js Don't list book twice in continue series 2023-01-13 00:50:04 +01:00
notifications.js Update:Notification system descriptions 2022-09-25 09:46:45 -05:00
podcastUtils.js Fix:Podcast pubDate parsing 2022-11-06 15:43:17 -06:00
prober.js Update scanner, music meta tags and fix issue with force update 2023-01-02 16:35:39 -06:00
probeWorker.js Update:Scanner adjustable number of parallel audio probes to use less CPU 2022-07-16 18:54:34 -05:00
scandir.js Fix:Check if Windows before cleaning file path for POSIX separators 2023-01-05 17:45:27 -06:00
toneHelpers.js Metadata embed and m4b merge fixes and cleanup 2022-11-05 13:13:52 -05:00
toneProber.js Update scanner, music meta tags and fix issue with force update 2023-01-02 16:35:39 -06:00