Change played to watched
This commit is contained in:
parent
7fd2ebc252
commit
2b41f710a8
4 changed files with 7 additions and 7 deletions
|
|
@ -332,7 +332,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
|
|||
StreamDialogEntry.append_playlist,
|
||||
StreamDialogEntry.share,
|
||||
StreamDialogEntry.open_in_browser,
|
||||
StreamDialogEntry.mark_as_played
|
||||
StreamDialogEntry.mark_as_watched
|
||||
)
|
||||
)
|
||||
} else {
|
||||
|
|
@ -343,7 +343,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
|
|||
StreamDialogEntry.append_playlist,
|
||||
StreamDialogEntry.share,
|
||||
StreamDialogEntry.open_in_browser,
|
||||
StreamDialogEntry.mark_as_played
|
||||
StreamDialogEntry.mark_as_watched
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ public class HistoryRecordManager {
|
|||
// Watch History
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
public Maybe<Long> markAsPlayed(final StreamInfoItem info) {
|
||||
public Maybe<Long> markAsWatched(final StreamInfoItem info) {
|
||||
if (!isStreamHistoryEnabled()) {
|
||||
return Maybe.empty();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue