mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix: incorrect datatype used for MPRIS position property #1521
This commit is contained in:
parent
abfdbc63ce
commit
d22bba5393
@ -85,10 +85,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: audio_service_mpris
|
name: audio_service_mpris
|
||||||
sha256: a8d1583f9143d17b2facc994a99bd1ea257cec43adcb8d7349458555c62b570f
|
sha256: b16db3584a4b2464c0bfd575c1a21765723d257931222f8adfcb0511f940d352
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.1.3"
|
version: "0.1.5"
|
||||||
audio_service_platform_interface:
|
audio_service_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -16,7 +16,7 @@ dependencies:
|
|||||||
args: ^2.5.0
|
args: ^2.5.0
|
||||||
async: ^2.9.0
|
async: ^2.9.0
|
||||||
audio_service: ^0.18.13
|
audio_service: ^0.18.13
|
||||||
audio_service_mpris: ^0.1.3
|
audio_service_mpris: ^0.1.5
|
||||||
audio_session: ^0.1.19
|
audio_session: ^0.1.19
|
||||||
auto_size_text: ^3.0.0
|
auto_size_text: ^3.0.0
|
||||||
buttons_tabbar: ^1.3.8
|
buttons_tabbar: ^1.3.8
|
||||||
|
Loading…
Reference in New Issue
Block a user