Skip to content

Commit 35f6a54

Browse files
authored
Balance blank lines
1 parent ebf9ff8 commit 35f6a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tubesync/tubesync/local_settings.py.container

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ SHRINK_NEW_MEDIA_METADATA = ( 'true' == SHRINK_NEW_MEDIA_METADATA_STR )
9292
SHRINK_OLD_MEDIA_METADATA_STR = os.getenv('TUBESYNC_SHRINK_OLD', 'false').strip().lower()
9393
SHRINK_OLD_MEDIA_METADATA = ( 'true' == SHRINK_OLD_MEDIA_METADATA_STR )
9494

95+
9596
VIDEO_HEIGHT_CUTOFF = int(os.getenv("TUBESYNC_VIDEO_HEIGHT_CUTOFF", "240"))
9697

9798

0 commit comments

Comments
 (0)