mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
just don't bother with length
This commit is contained in:
parent
193a64a905
commit
678d75b7e2
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ namespace FRESHMusicPlayer.Handlers.Integrations
|
|||
var track = new Track(viewModel.Player.FilePath);
|
||||
var x = new Dictionary<string, object>()
|
||||
{
|
||||
{"mpris:length", (double)Math.Round(viewModel.Player?.TotalTime.TotalMilliseconds * 1000) },
|
||||
// {"mpris:length", (double)Math.Round(viewModel.Player?.TotalTime.TotalMilliseconds * 1000) },
|
||||
{"xesam:artist", track.Artist.Split(Settings.DisplayValueSeparator) },
|
||||
{"xesam:album", track.Album },
|
||||
{"xesam:asText", track.Lyrics.UnsynchronizedLyrics },
|
||||
|
|
Loading…
Reference in a new issue