This repository was archived by the owner on Oct 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Example/LMMediaPlayer.xcodeproj
Pod/Classes/MediaPlayer/LMMediaItem Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 A73668C881864D758DB9CE8E /* libPods-LMMediaPlayer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E47F90859134B90894A0A06 /* libPods-LMMediaPlayer.a */; };
2525 E94B353D19AF14B5001889E8 /* sample.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = E94B353C19AF14A6001889E8 /* sample.mp4 */; };
2626 E98CB3F019C865AD0072A6F7 /* LMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* LMAppDelegate.m */; };
27- E996AAB61A74425A00C2F7BE /* LMMediaItemStreamingCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E996AAB51A74425A00C2F7BE /* LMMediaItemStreamingCache.m */; };
2827/* End PBXBuildFile section */
2928
3029/* Begin PBXContainerItemProxy section */
498497 isa = PBXSourcesBuildPhase;
499498 buildActionMask = 2147483647;
500499 files = (
501- E996AAB61A74425A00C2F7BE /* LMMediaItemStreamingCache.m in Sources */,
502500 6003F5A7195388D20070C39A /* LMViewController.m in Sources */,
503501 6003F59A195388D20070C39A /* main.m in Sources */,
504502 E98CB3F019C865AD0072A6F7 /* LMAppDelegate.m in Sources */,
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ - (NSString *)albumTitle
155155
156156- (NSString *)artist
157157{
158- return artist_ ?: [self valueWithProperty: MPMediaItemPropertyAlbumTitle cache: artist_];
158+ return artist_ ?: [self valueWithProperty: MPMediaItemPropertyArtist cache: artist_];
159159}
160160
161161- (UIImage *)artworkImageWithSize : (CGSize)size
You can’t perform that action at this time.
0 commit comments