audiobookshelf/server/managers
jmt-gh 8809c7b900 Handle null and delete cover cases
This commit adds in supporting if a cover path is null. If this is the
case, we completely remove the video stream from the file, as the user
either:

a) uploaded a file with no video stream (so removing it is a no-op)
b) removed the cover in ABS, so we should respect that on merge
2022-06-05 10:36:42 -07:00
..
AbMergeManager.js Fix cover art not being generated for m4b export 2022-06-04 17:50:26 -07:00
AudioMetadataManager.js Handle null and delete cover cases 2022-06-05 10:36:42 -07:00
BackupManager.js Handle another type of corrupted backup file 2022-05-30 23:53:00 -07:00
CacheManager.js
CoverManager.js
DownloadManager.js
LogManager.js
PlaybackSessionManager.js Testing video media type 2022-05-30 19:26:53 -05:00
PodcastManager.js Testing video media type 2022-05-30 19:26:53 -05:00
RssFeedManager.js