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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user