Music properties not updating windows phone 8.1

Shan Ali Khan

New member
Oct 14, 2013
184
0
0
Visit site
Hi ,
i am trying to test and got all the album etc or audio song when i change the property it doenst update the song also it even doesnt show error
follwing is the code

Code:
 property = selectedFile.Properties.GetMusicPropertiesAsync().AsTask().Result;
            property.Album = txtAlbum.Text;
            var t = property.SavePropertiesAsync().AsTask();
 

Members online

Forum statistics

Threads
323,495
Messages
2,243,903
Members
428,076
Latest member
psyduck