mirror of
https://github.com/immich-app/immich
synced 2025-06-07 20:33:33 +00:00
small comment about bitmask
This commit is contained in:
parent
032f1165f5
commit
99b274804a
@ -270,6 +270,7 @@ class GCastService implements ICastDestinationService {
|
||||
currentAssetId = null;
|
||||
}
|
||||
|
||||
// 0x01 is display capability bitmask
|
||||
bool isDisplay(int ca) => (ca & 0x01) != 0;
|
||||
|
||||
@override
|
||||
|
Loading…
x
Reference in New Issue
Block a user