mirror of
https://github.com/OMGeeky/twba.uploader.git
synced 2026-01-20 01:00:56 +01:00
fix shortened title not being used
This commit is contained in:
@@ -84,7 +84,7 @@ pub(crate) fn create_youtube_title(
|
||||
Location::Playlist => Some(YOUTUBE_TITLE_MAX_LENGTH),
|
||||
Location::Other => None,
|
||||
};
|
||||
shorten_string_if_needed(&title, max_len);
|
||||
let title = shorten_string_if_needed(&title, max_len);
|
||||
Ok(title)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user