Skip to content

Commit a5ba412

Browse files
committed
fix readonly on track sort descs
1 parent 136bdaf commit a5ba412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Submariner/SBViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
@property (nonatomic, strong, readonly) NSArray<SBAlbum*> *selectedAlbums;
6262
@property (nonatomic, strong, readonly) NSArray<SBArtist*> *selectedArtists;
6363
@property (nonatomic, strong, readonly) NSArray<id<SBStarrable>> *selectedMusicItems;
64-
@property (strong, readonly) NSArray<NSSortDescriptor*> *trackSortDescriptor;
64+
@property (strong, readwrite) NSArray<NSSortDescriptor*> *trackSortDescriptor;
6565

6666
+ (NSString *)nibName;
6767
- (id)initWithManagedObjectContext:(NSManagedObjectContext *)context;

0 commit comments

Comments
 (0)