Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0c committed Jan 26, 2015
2 parents 114a23f + 3ec9882 commit 88d166b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Example/LMMediaPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
A73668C881864D758DB9CE8E /* libPods-LMMediaPlayer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E47F90859134B90894A0A06 /* libPods-LMMediaPlayer.a */; };
E94B353D19AF14B5001889E8 /* sample.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = E94B353C19AF14A6001889E8 /* sample.mp4 */; };
E98CB3F019C865AD0072A6F7 /* LMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* LMAppDelegate.m */; };
E996AAB61A74425A00C2F7BE /* LMMediaItemStreamingCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E996AAB51A74425A00C2F7BE /* LMMediaItemStreamingCache.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -498,7 +497,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E996AAB61A74425A00C2F7BE /* LMMediaItemStreamingCache.m in Sources */,
6003F5A7195388D20070C39A /* LMViewController.m in Sources */,
6003F59A195388D20070C39A /* main.m in Sources */,
E98CB3F019C865AD0072A6F7 /* LMAppDelegate.m in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/MediaPlayer/LMMediaItem/LMMediaItem.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ - (NSString *)albumTitle

- (NSString *)artist
{
return artist_ ?: [self valueWithProperty:MPMediaItemPropertyAlbumTitle cache:artist_];
return artist_ ?: [self valueWithProperty:MPMediaItemPropertyArtist cache:artist_];
}

- (UIImage *)artworkImageWithSize:(CGSize)size
Expand Down

0 comments on commit 88d166b

Please sign in to comment.