jerrellmardis / Amphitheatre

Amphitheatre is an Android TV app that connects with network shares, organizes and serves videos to any Android capable media player app.
Apache License 2.0
437 stars 87 forks source link

Creating new video with isWatched = true #37

Closed thiagolocatelli closed 10 years ago

thiagolocatelli commented 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?

thiagolocatelli commented 10 years ago

Misread the attribute. Closing it.