mirror of
https://github.com/immich-app/immich
synced 2025-06-07 16:30:58 +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;
|
currentAssetId = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 0x01 is display capability bitmask
|
||||||
bool isDisplay(int ca) => (ca & 0x01) != 0;
|
bool isDisplay(int ca) => (ca & 0x01) != 0;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user