1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-13 13:37:12 +00:00

Fixed the bug by replacing the thumbnail_url with the thumbnail_stream_id

This commit is contained in:
Jared Fantaye
2023-02-05 20:32:34 +01:00
parent fceec71ad3
commit 68097568d5
11 changed files with 885 additions and 69 deletions

View File

@@ -101,6 +101,13 @@ class DatabaseMigrationTest {
Migrations.MIGRATION_5_6
)
testHelper.runMigrationsAndValidate(
AppDatabase.DATABASE_NAME,
Migrations.DB_VER_7,
true,
Migrations.MIGRATION_6_7
)
val migratedDatabaseV3 = getMigratedDatabase()
val listFromDB = migratedDatabaseV3.streamDAO().all.blockingFirst()