480481482483484485486487
try { this.iTunesCom.setProperty("TrackCount", trackCount); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
498499500501502503504505
try { this.iTunesCom.setProperty("TrackNumber", trackNumber); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
519520521522523524525526
} this.iTunesCom.setProperty("VolumeAdjustment", volumeAdjustment); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
537538539540541542543544
try { this.iTunesCom.setProperty("Year", year); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
5657585960616263
try { this.iTunesCom.setProperty("Category", category); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
7475767778798081
try { this.iTunesCom.setProperty("Description", description); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
9293949596979899
try { this.iTunesCom.setProperty("LongDescription", longDescription); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
110111112113114115116117
try { this.iTunesCom.setProperty("AlbumRating", albumRating); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }