Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-13 01:35:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
fd152c5914
BranchesTags
View all branches
castopod/modules/Media/Entities/Video.php

17 lines
282 B
PHP
Raw Normal View History

feat(media): clean media api + create an entity per media type
2021-12-17 17:14:37 +00:00
<?php
declare(strict_types=1);
/**
docs(init): create documentation website using vitepress - rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
2022-02-19 16:06:11 +00:00
* @copyright 2021 Ad Aures
feat(media): clean media api + create an entity per media type
2021-12-17 17:14:37 +00:00
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
feat(media): add s3 to manage media files Users may choose between filesystem (FS) or S3 to store and manage their media files
2023-03-16 13:00:05 +00:00
namespace Modules\Media\Entities;
feat(media): clean media api + create an entity per media type
2021-12-17 17:14:37 +00:00
class Video extends BaseMedia
{
protected string $type = 'video';
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 187ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API