]> git.localhorst.tv Git - alttp.git/commit
sync episode channels
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 20 Feb 2023 10:34:14 +0000 (11:34 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 20 Feb 2023 10:34:14 +0000 (11:34 +0100)
commit15132749249f6418fd5695547b5c323a0ad10939
tree12517fc89a223a7e1a0e3a501197e17b95882f99
parent847969157063510460a48eba4bedfcce1caa7902
sync episode channels
14 files changed:
app/Console/Commands/SyncSpeedGaming.php
app/Http/Controllers/EpisodeController.php
app/Models/Channel.php [new file with mode: 0644]
app/Models/Episode.php
app/Models/EpisodePlayer.php
app/Models/Event.php
app/Models/Organization.php [new file with mode: 0644]
database/migrations/2023_02_20_084120_create_organizations_table.php [new file with mode: 0644]
database/migrations/2023_02_20_084344_create_channels_table.php [new file with mode: 0644]
database/migrations/2023_02_20_093249_create_channel_episode_table.php [new file with mode: 0644]
resources/js/components/episodes/Channel.js [new file with mode: 0644]
resources/js/components/episodes/Channels.js [new file with mode: 0644]
resources/js/components/episodes/Item.js
resources/sass/episodes.scss