Skip to content

Commit

Permalink
asf: add WM/AlbumArtistSortOrder. Fixes #1936
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed May 26, 2016
1 parent dd94b2a commit 56a812c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quodlibet/quodlibet/formats/wma.py
Expand Up @@ -54,6 +54,7 @@ class WMAFile(AudioFile):
"WM/OriginalAlbumTitle": "originalalbum",
"WM/AlbumSortOrder": "albumsort",
"WM/ArtistSortOrder": "artistsort",
"WM/AlbumArtistSortOrder": "albumartistsort",
"WM/Genre": "genre",
"WM/Publisher": "publisher",
"WM/AuthorURL": "website",
Expand Down

0 comments on commit 56a812c

Please sign in to comment.