mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Move non-settings session data to Data::Session.
Rename AuthSessionData to AuthSessionSettings, move data away.
This commit is contained in:
@@ -1870,7 +1870,7 @@ void MediaView::onVideoPlayProgress(const AudioMsgId &audioId) {
|
||||
if (state.length) {
|
||||
updateVideoPlaybackState(state);
|
||||
}
|
||||
Auth().data().setLastTimeVideoPlayedAt(getms(true));
|
||||
Auth().settings().setLastTimeVideoPlayedAt(getms(true));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user