Skip to content

grl-dleyna: Set correct grl-media properties for container objects.

Some properties for grl-media(containers) are incorrectly set. For example, a grl-media representing album media should have its name(album name) set in album key instead of the title key, the same should also apply for other containers.

We can fix this issue by checking the type of the container and then the respective key can be set.

Merge request reports