fix bug for album_op_android

This commit is contained in:
xulei2020 2020-11-30 09:42:32 +08:00
parent 8ab6b9bb1e
commit fa1f9f55b7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string
current_cnt_(0),
dirname_offset_(0),
sampler_(true),
sampler_index_(0) {
sampler_index_(index) {
PrescanEntry();
}