mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
21 lines
398 B
Plaintext
21 lines
398 B
Plaintext
! qt: core
|
|
|
|
- qt: core
|
|
+ qt: core gui
|
|
|
|
< qt: core
|
|
> qt: core quick
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["diff", "! qt: core"],
|
|
["deleted", "- qt: core"],
|
|
["inserted", "+ qt: core gui"],
|
|
["deleted", "< qt: core"],
|
|
["inserted", "> qt: core quick"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for deleted, inserted and different lines. |