Amphitheatre is an Android TV app that connects with network shares, organizes and serves videos to any Android capable media player app.
437
stars
87
forks
source link
Creating new video with isWatched = true #37
Closed
thiagolocatelli closed 10 years ago
This comes from DownloadTaskHelper.java
video.setOverview(movie.getOverview()); video.setName(movie.getTitle()); **video.setIsMatched(true); video.setMovie(movie);
Shouldnt it be false when creating and setting it to true when actually the video's streaming starts?