// // UpdateAlbumListAction.swift // Persephone // // Created by Daniel Barber on 2019/4/21. // Copyright © 2019 Dan Barber. All rights reserved. // import ReSwift struct UpdateAlbumListAction: Action { var albums: [MPDClient.MPDAlbum] }