public interface ProgressRepository
abstract Either<String, Unit>
saveProgress(Long libraryId, String videoId, Long position)
abstract Either<String, Long>
getProgress(Long libraryId, String videoId)
clearProgress(Long libraryId, String videoId)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Either<String, Unit> saveProgress(Long libraryId, String videoId, Long position)
abstract Either<String, Long> getProgress(Long libraryId, String videoId)
abstract Either<String, Unit> clearProgress(Long libraryId, String videoId)