diff options
Diffstat (limited to 'src/db-artwork-parser.c')
-rw-r--r-- | src/db-artwork-parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db-artwork-parser.c b/src/db-artwork-parser.c index 62cf4a1..3ee20d0 100644 --- a/src/db-artwork-parser.c +++ b/src/db-artwork-parser.c @@ -392,6 +392,7 @@ parse_mhba (DBParseContext *ctx, GError *error) g_free (mhia_ctx); photodb = db_get_photodb (ctx->db); g_return_val_if_fail (photodb, -1); + album->photodb = photodb; photodb->photoalbums = g_list_append (photodb->photoalbums, album); return 0; |