1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix bug with quality in redis storage

This commit is contained in:
Maksym Pavlenko
2017-08-13 22:24:50 -07:00
parent 01eb8ee33b
commit d95385c2d3

View File

@ -151,7 +151,7 @@ func (r *RedisStorage) GetFeed(hashId string) (*api.Feed, error) {
}
feed.Format = format
quality = quality
feed.Quality = quality
return feed, nil
}