server_utils test helper works with non-expose media db
This commit is contained in:
		
							parent
							
								
									c5bce6282f
								
							
						
					
					
						commit
						5f17eb7db9
					
				@ -86,5 +86,6 @@ def add_files_to_server_mediadb(media, filepaths):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            with open(os.path.join(media.dir(), fname), 'wb') as f:
 | 
					            with open(os.path.join(media.dir(), fname), 'wb') as f:
 | 
				
			||||||
                f.write(data)
 | 
					                f.write(data)
 | 
				
			||||||
            media.db.execute("INSERT INTO media VALUES (?, ?, ?)", fname, media.lastUsn() + 1, csum)
 | 
					            media.addMedia(
 | 
				
			||||||
            media.db.commit()
 | 
					                ((fname, media.lastUsn() + 1, csum),)
 | 
				
			||||||
 | 
					            )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user