loadLyricModel method
Implementation
void loadLyricModel(LyricModel lyricModel) {
notifyEvent(LyricEvent.stopSelection);
notifyEvent(LyricEvent.reset);
lyricNotifier.value = lyricModel;
activeIndexNotifiter.value = getIndexByProgress(progressNotifier.value);
lyricOffset = lyricModel.offset;
}