Dmitriy Paramoshkin

Results 7 comments of Dmitriy Paramoshkin

``` private Publisher update(StandardOperations.Update operation) { ReplaceOptions options = new ReplaceOptions(); if (operation.upsert()) { options.upsert(operation.upsert()); } List docs = operation.values().stream() .map(value -> new ReplaceOneModel(new BsonDocument(Mongos.ID_FIELD_NAME, toBsonValue(keyExtractor.extract(value))), value, options)) .collect(Collectors.toList()); Publisher...

@asereda-gs thank you for the fix, unfortunately mongo itself have quite weird behavior and not counting some cases correctly. so if I use `upsert` for new entry mongo returns (so...

Much appreciated feature from my side, tried this branch on my phone, and it works great. Thanks a lot

@mattttvaughn any plans to merge this PR?

Looks like issue related to m4b file, intresting that Smart audio player was also unable to see and play that file, after replacing it with another version I was able...

@Lonewolf147 I had similar issue, then i checked Settings, on the bottom there was an option "Disable local progress tracking" I disabled it and it fix issue with progress