mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Allow watching of all videos in a channel, folder, or other view sequentially
This commit is contained in:
18
app/YtManagerApp/migrations/video_duration.py
Normal file
18
app/YtManagerApp/migrations/video_duration.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2.5 on 2019-10-18 21:10
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('YtManagerApp', '0012_auto_20190819_1615'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='video',
|
||||
name='duration',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user