Skip to content

Commit

Permalink
MythPlayer: Don't automatically mark a recording as 'unwatched'.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mark Kendall committed Oct 4, 2011
1 parent 1d29fd6 commit dca5ea0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -3186,11 +3186,6 @@ void MythPlayer::SetWatched(bool forceWatched)
QString("Marking recording as watched using offset %1 minutes")
.arg(offset/60));
}
else
{
player_ctx->playingInfo->SaveWatched(false);
LOG(VB_GENERAL, LOG_INFO, LOC + "Marking recording as unwatched");
}

player_ctx->UnlockPlayingInfo(__FILE__, __LINE__);
}
Expand Down

0 comments on commit dca5ea0

Please sign in to comment.