Skip to content

Commit dca5ea0

Browse files
author
Mark Kendall
committed
MythPlayer: Don't automatically mark a recording as 'unwatched'.
The setting help text clearly states that it is for automatically marking as watched and unsetting the watched flag is counter-intuitive and likely to confuse - so leave it to the user to mark as unwatched from the Watch Recordings Screen. Closes #9999
1 parent 1d29fd6 commit dca5ea0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mythtv/libs/libmythtv/mythplayer.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,11 +3186,6 @@ void MythPlayer::SetWatched(bool forceWatched)
31863186
QString("Marking recording as watched using offset %1 minutes")
31873187
.arg(offset/60));
31883188
}
3189-
else
3190-
{
3191-
player_ctx->playingInfo->SaveWatched(false);
3192-
LOG(VB_GENERAL, LOG_INFO, LOC + "Marking recording as unwatched");
3193-
}
31943189

31953190
player_ctx->UnlockPlayingInfo(__FILE__, __LINE__);
31963191
}

0 commit comments

Comments
 (0)