mirror of
https://github.com/OMGeeky/twba.splitter.git
synced 2025-12-26 17:02:35 +01:00
change path to be id not video_id
This commit is contained in:
@@ -29,7 +29,7 @@ impl SplitterClient {
|
||||
#[tracing::instrument(skip(self))]
|
||||
async fn split_video(&self, video: VideosModel) -> Result<()> {
|
||||
//
|
||||
let id = video.twitch_id.clone();
|
||||
let id = video.id.to_string();
|
||||
let mut video = video.into_active_model();
|
||||
video.status = ActiveValue::Set(Status::Splitting);
|
||||
video.clone().update(&self.db).await?;
|
||||
|
||||
Reference in New Issue
Block a user