420421422423424425426427
try { this.iTunesCom.setProperty("Rating", rating); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
454455456457458459460461
try { this.iTunesCom.setProperty("Start", start); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
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); } }
4748495051525354
try { this.iTunesCom.setProperty("RememberBookmark", shouldRememberBookmark); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
6667686970717273
try { this.iTunesCom.setProperty("ExcludeFromShuffle", shouldExcludeFromShuffle); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
8485868788899091
try { this.iTunesCom.setProperty("Lyrics", lyrics); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
102103104105106107108109
try { this.iTunesCom.setProperty("BookmarkTime", bookmarkTime); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }