diff --git a/src/account.cpp b/src/account.cpp
index 68d0fd559efb91eadae41d7223aa9fff0cdc31ed..47d6c73bd0e3edb75d137a8db7b9bf0aca3b5991 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -1541,9 +1541,7 @@ void AccountPrivate::save()
       updateState();
       m_CurrentState = Account::EditState::READY;
    }
-   #ifdef ENABLE_VIDEO
-   q_ptr->videoCodecModel()->save();
-   #endif
+
    q_ptr->saveCodecs();
    emit q_ptr->changed(q_ptr);
 }