mirror of
https://github.com/samuelmaddock/gm-mediaplayer.git
synced 2025-03-04 03:03:02 -05:00
Fix error
This commit is contained in:
parent
5104a68744
commit
4ecf0504a6
@ -146,7 +146,7 @@ function MediaPlayer.Metadata:Save( media )
|
||||
string.format( "%s,", sql.SQLStr( media:Title() ) ) ..
|
||||
string.format( "%s,", media:Duration() ) ..
|
||||
string.format( "%s,", sql.SQLStr( media:Thumbnail() ) ) ..
|
||||
string.format( "%s,", sql.SQLStr( util.TableToJSON(media._metadata.extra) ) ) ..
|
||||
string.format( "%s,", sql.SQLStr( util.TableToJSON(media._metadata.extra or {}) ) ) ..
|
||||
string.format( "%d,", os.time() ) ..
|
||||
string.format( "%d)", os.time() )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user