mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Modified marketplace playback track URI for preview streaming
This commit is contained in:
@@ -60,7 +60,8 @@ namespace ZuneUI
|
||||
if (ZuneApplication.Service2.InCompleteCollection(this._zuneMediaId, Microsoft.Zune.Service.EContentType.MusicTrack))
|
||||
ZuneApplication.Service2.GetContentUri(this._zuneMediaId, Microsoft.Zune.Service.EContentType.MusicTrack, Microsoft.Zune.Service.EContentUriFlags.FallbackToPreview, out uriOut, out Guid _);
|
||||
if (string.IsNullOrEmpty(uriOut))
|
||||
uriOut = "vnd.ms.zunecp://CP/?ContentPartnerKeyName=zune&StreamType=Music&TrackID=" + this._zuneMediaId.ToString();
|
||||
uriOut = "http://catalog.zunes.me/stream/music/" + this._zuneMediaId.ToString();
|
||||
//uriOut = "vnd.ms.zunecp://CP/?ContentPartnerKeyName=zune&StreamType=Music&TrackID=" + this._zuneMediaId.ToString();
|
||||
uri = uriOut;
|
||||
return HRESULT._S_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user