diff --git a/app/src/Domain/Entity/Episode/File.php b/app/src/Domain/Entity/Episode/File.php index 3210f5e..8ed7ac7 100644 --- a/app/src/Domain/Entity/Episode/File.php +++ b/app/src/Domain/Entity/Episode/File.php @@ -11,6 +11,10 @@ class File { use EntityTrait; + /** + * We should also be able to buffer the raw binary data of the buffer to + * the class. Fuck it, we ball. + */ private string $buffer = ""; public function __construct(